Skip to content

Commit

Permalink
Merge pull request #522 from lichess-org/lenguyenthanh-patch-1
Browse files Browse the repository at this point in the history
scalachess 15.7.6
  • Loading branch information
lenguyenthanh authored Jan 25, 2024
2 parents 3dcd142 + 7570309 commit b3efc46
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.11"
libraryDependencies += "org.lichess" %% "scalachess" % "15.7.6"
libraryDependencies += "org.apache.pekko" %% "pekko-actor-typed" % pekkoVersion

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

0 comments on commit b3efc46

Please sign in to comment.