Skip to content

Commit

Permalink
Merge pull request #606 from scala-steward/update/pekko-actor-typed-1…
Browse files Browse the repository at this point in the history
….1.2

Update pekko-actor-typed to 1.1.2
  • Loading branch information
ornicar authored Oct 9, 2024
2 parents a29fd2f + 9bf1503 commit ce964ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ val os = if (sys.props.get("os.name").exists(_.startsWith("Mac"))) "osx" else
val arch = if (sys.props.get("os.arch").exists(_.startsWith("aarch64"))) "aarch-64" else "x86-64"
val arch_ = arch.replace("-", "_")

val pekkoVersion = "1.1.1"
val pekkoVersion = "1.1.2"
val kamonVersion = "2.7.4"
val nettyVersion = "4.1.114.Final"
val chessVersion = "16.2.10"
Expand Down

0 comments on commit ce964ee

Please sign in to comment.