Skip to content

Commit 906b46d

Browse files
committed
Update pekko-actor-typed to 1.1.3
1 parent bb2d179 commit 906b46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ val os = if (sys.props.get("os.name").exists(_.startsWith("Mac"))) "osx" else
1313
val arch = if (sys.props.get("os.arch").exists(_.startsWith("aarch64"))) "aarch-64" else "x86-64"
1414
val arch_ = arch.replace("-", "_")
1515

16-
val pekkoVersion = "1.1.2"
16+
val pekkoVersion = "1.1.3"
1717
val kamonVersion = "2.7.5"
1818
val nettyVersion = "4.1.116.Final"
1919
val chessVersion = "16.6.0"

0 commit comments

Comments
 (0)