Skip to content

Commit

Permalink
Merge pull request #534 from lichess-org/bump-scalachess
Browse files Browse the repository at this point in the history
scalachess 15.7.11
  • Loading branch information
lenguyenthanh authored Feb 28, 2024
2 parents 99ee41e + 9f0548a commit 2ddc26f
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 2ddc26f

Please sign in to comment.