Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh authored Aug 25, 2023
1 parent 6955b92 commit d9e7827
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 @@ -30,7 +30,7 @@ libraryDependencies += "io.netty" % "netty-codec-http" % nettyVersion
libraryDependencies += "io.netty" % s"netty-transport-native-epoll" % nettyVersion classifier s"linux-x86_64" classifier s"linux-aarch_64"
libraryDependencies += "io.netty" % s"netty-transport-native-kqueue" % nettyVersion classifier s"osx-x86_64" classifier s"osx-aarch_64"
libraryDependencies += "com.github.ornicar" %% "scalalib" % "9.5.5"
libraryDependencies += "org.lichess" %% "scalachess" % "15.6.5"
libraryDependencies += "org.lichess" %% "scalachess" % "15.6.7"
libraryDependencies += "com.typesafe.akka" %% "akka-actor-typed" % akkaVersion
// libraryDependencies += "com.typesafe.akka" %% "akka-slf4j" % akkaVersion
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
Expand Down

0 comments on commit d9e7827

Please sign in to comment.