We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 323115a + 4faf0df commit 9d7e562Copy full SHA for 9d7e562
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-pstrat147"
+libraryDependencies += "org.playstrategy" %% "strategygames" % "10.2.1-pstrat148"
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