Skip to content

Commit

Permalink
scalachess 15.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh authored Feb 28, 2024
1 parent 99ee41e commit 9f0548a
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 @@ -25,7 +25,7 @@ libraryDependencies += "io.netty" % "netty-codec-http"
libraryDependencies += "io.netty" % s"netty-transport-native-epoll" % nettyVersion classifier s"linux-$arch_"
libraryDependencies += "io.netty" % s"netty-transport-native-kqueue" % nettyVersion classifier s"osx-$arch_"
libraryDependencies += "com.github.ornicar" %% "scalalib" % "9.5.5"
libraryDependencies += "org.lichess" %% "scalachess" % "15.7.9"
libraryDependencies += "org.lichess" %% "scalachess" % "15.7.11"
libraryDependencies += "org.apache.pekko" %% "pekko-actor-typed" % pekkoVersion

// libraryDependencies += "com.typesafe.akka" %% "akka-slf4j" % akkaVersion
Expand Down

0 comments on commit 9f0548a

Please sign in to comment.