Skip to content

Commit

Permalink
updates pekko version
Browse files Browse the repository at this point in the history
  • Loading branch information
nvollmar committed Jan 9, 2024
1 parent ce08ebb commit 627ad3c
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
Expand Up @@ -16,7 +16,7 @@ object Dependencies {
val scala3Version = "3.3.1"
val scalaVersions = Seq(scala212Version, scala213Version, scala3Version)

val pekkoVersion = System.getProperty("override.pekko.version", "1.0.1")
val pekkoVersion = System.getProperty("override.pekko.version", "1.0.2")
val pekkoVersionInDocs = "1.0"
val cassandraVersionInDocs = "4.0"

Expand Down

0 comments on commit 627ad3c

Please sign in to comment.