Skip to content

Commit

Permalink
Update Dependencies.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Oct 31, 2023
1 parent e678726 commit 8304a12
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 @@ -17,8 +17,8 @@ object Dependencies {
val Scala212 = "2.12.18"
val Scala213 = "2.13.11"
val Scala3 = "3.3.0"
val PekkoVersion = System.getProperty("override.pekko.version", "1.0.0")
val PekkoVersionInDocs = "1.0.0"
val PekkoVersion = System.getProperty("override.pekko.version", "1.0.1")
val PekkoVersionInDocs = "1.0.1"
val PekkoPersistenceJdbcVersion = "1.0.0"
val PekkoProjectionVersion = "1.0.0"
val PekkoProjectionVersionInDocs = "1.0.0"
Expand Down

0 comments on commit 8304a12

Please sign in to comment.