Skip to content

Commit

Permalink
upgrade to latest scala versions (apache#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Mar 20, 2024
1 parent 4cfe196 commit 5ba2b40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
import sbt._

object Dependencies {
val Scala212 = "2.12.18"
val Scala213 = "2.13.12"
val Scala3 = "3.3.1"
val Scala212 = "2.12.19"
val Scala213 = "2.13.13"
val Scala3 = "3.3.3"
val PekkoVersion = PekkoCoreDependency.version
val PekkoVersionInDocs = "1.0"
val PekkoPersistenceJdbcVersion = "1.0.0"
Expand Down

0 comments on commit 5ba2b40

Please sign in to comment.