Skip to content

Commit

Permalink
scalachess 15.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh authored Nov 5, 2023
1 parent 3b8e493 commit 45ab513
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.6.7"
libraryDependencies += "org.lichess" %% "scalachess" % "15.6.9"
libraryDependencies += "org.apache.pekko" %% "pekko-actor-typed" % pekkoVersion

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

0 comments on commit 45ab513

Please sign in to comment.