Skip to content

Commit

Permalink
use latest scala releases (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Nov 3, 2023
1 parent c6becb5 commit 591b704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import sbt._

object Dependencies {
val Scala212 = "2.12.18"
val Scala213 = "2.13.11"
val Scala3 = "3.3.0"
val Scala213 = "2.13.12"
val Scala3 = "3.3.1"
val PekkoVersion = System.getProperty("override.pekko.version", "1.0.1")
val PekkoVersionInDocs = "1.0"
val PekkoPersistenceJdbcVersion = "1.0.0"
Expand Down

0 comments on commit 591b704

Please sign in to comment.