Skip to content

Commit

Permalink
upgrade scalachess
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Nov 26, 2024
1 parent d7248d4 commit fa91c11
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.2"
val kamonVersion = "2.7.5"
val nettyVersion = "4.1.115.Final"
val chessVersion = "16.3.2"
val chessVersion = "16.5.0"

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.3.1",
"org.lichess" %% "scalalib-lila" % "11.3.2",
"org.lichess" %% "scalachess" % chessVersion,
"org.lichess" %% "scalachess-play-json" % chessVersion,
"org.apache.pekko" %% "pekko-actor-typed" % pekkoVersion,
Expand Down

0 comments on commit fa91c11

Please sign in to comment.