Skip to content

Commit

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

Update pekko-actor-typed to 1.0.2
  • Loading branch information
ornicar authored Dec 2, 2023
2 parents 4c881af + b937ff5 commit f4abceb
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 @@ -11,7 +11,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.0.1"
val pekkoVersion = "1.0.2"
val kamonVersion = "2.6.6"
val nettyVersion = "4.1.101.Final"

Expand Down

0 comments on commit f4abceb

Please sign in to comment.