We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a702b54 + eae8bb1 commit 51b01a1Copy full SHA for 51b01a1
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-pstrat135"
+libraryDependencies += "org.playstrategy" %% "strategygames" % "10.2.1-pstrat139"
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