We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51b01a1 + 8fd4b2e commit 100030eCopy full SHA for 100030e
build.sbt
@@ -19,7 +19,7 @@ libraryDependencies += "io.lettuce" % "lettuce-core"
19
libraryDependencies += "io.netty" % "netty-handler" % nettyVersion
20
libraryDependencies += "io.netty" % "netty-codec-http" % nettyVersion
21
libraryDependencies += "io.netty" % "netty-transport-native-epoll" % nettyVersion classifier "linux-x86_64"
22
-libraryDependencies += "org.playstrategy" %% "strategygames" % "10.2.1-pstrat139"
+libraryDependencies += "org.playstrategy" %% "strategygames" % "10.2.1-pstrat143"
23
libraryDependencies += "com.typesafe.akka" %% "akka-actor-typed" % akkaVersion
24
libraryDependencies += "com.typesafe.akka" %% "akka-slf4j" % akkaVersion
25
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.3"
0 commit comments