Skip to content

Commit

Permalink
Bump Akka to 2.6.20
Browse files Browse the repository at this point in the history
  • Loading branch information
edubrovski committed Jul 17, 2024
1 parent 85f524f commit 5e6ddcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object Dependencies {
val `scala-logging` = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"

object Akka {
private val version = "2.6.19"
private val version = "2.6.20"
val actor = "com.typesafe.akka" %% "akka-actor" % version
val remote = "com.typesafe.akka" %% "akka-remote" % version
val cluster = "com.typesafe.akka" %% "akka-cluster" % version
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.7.2
sbt.version=1.9.2

0 comments on commit 5e6ddcd

Please sign in to comment.