Skip to content

Commit

Permalink
Merge pull request #286 from mkurz/scala_upgrade
Browse files Browse the repository at this point in the history
Scala 2.13.12
  • Loading branch information
mkurz authored Sep 11, 2023
2 parents 6ed5c74 + 7c532d3 commit 9802459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 9802459

Please sign in to comment.