diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 66b5a6e..ca21dd2 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -1,7 +1,7 @@ object Dependencies { // Sync with GA (.github/workflows/build-test.yml) val Scala212 = "2.12.18" // sync! see comment above - val Scala213 = "2.13.11" // sync! see comment above + val Scala213 = "2.13.12" // sync! see comment above val AkkaVersion = "2.5.32" }