We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2d179 commit 906b46dCopy full SHA for 906b46d
build.sbt
@@ -13,7 +13,7 @@ val os = if (sys.props.get("os.name").exists(_.startsWith("Mac"))) "osx" else
13
val arch = if (sys.props.get("os.arch").exists(_.startsWith("aarch64"))) "aarch-64" else "x86-64"
14
val arch_ = arch.replace("-", "_")
15
16
-val pekkoVersion = "1.1.2"
+val pekkoVersion = "1.1.3"
17
val kamonVersion = "2.7.5"
18
val nettyVersion = "4.1.116.Final"
19
val chessVersion = "16.6.0"
0 commit comments