Skip to content

Commit

Permalink
upgrade scalalib & scalachess
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Sep 16, 2024
1 parent 48a2215 commit 5f2a2af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ val arch_ = arch.replace("-", "_")
val pekkoVersion = "1.1.1"
val kamonVersion = "2.7.3"
val nettyVersion = "4.1.113.Final"
val chessVersion = "16.2.4"
val chessVersion = "16.2.10"

lazy val `lila-ws` = project
.in(file("."))
Expand All @@ -37,7 +37,7 @@ lazy val `lila-ws` = project
.classifier(s"linux-$arch_"),
("io.netty" % s"netty-transport-native-kqueue" % nettyVersion)
.classifier(s"osx-$arch_"),
"org.lichess" %% "scalalib-lila" % "11.2.8",
"org.lichess" %% "scalalib-lila" % "11.2.9",
"org.lichess" %% "scalachess" % chessVersion,
"org.lichess" %% "scalachess-play-json" % chessVersion,
"org.apache.pekko" %% "pekko-actor-typed" % pekkoVersion,
Expand Down

0 comments on commit 5f2a2af

Please sign in to comment.