Skip to content

Commit

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

Update pekko-actor-typed to 1.1.1
  • Loading branch information
lenguyenthanh authored Sep 14, 2024
2 parents 27da3f3 + 2861b2f commit ea7078a
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.0"
val pekkoVersion = "1.1.1"
val kamonVersion = "2.7.3"
val nettyVersion = "4.1.113.Final"
val chessVersion = "16.2.4"
Expand Down

0 comments on commit ea7078a

Please sign in to comment.