From 1c0a341bf22a142a8b6adcf2b5ea0000badaa10a Mon Sep 17 00:00:00 2001 From: Vincent FROCHOT Date: Fri, 14 Jun 2024 14:07:48 +0200 Subject: [PATCH 1/2] pstrat136-dev00 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2398da3..f548d27 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ libraryDependencies += "io.lettuce" % "lettuce-core" libraryDependencies += "io.netty" % "netty-handler" % nettyVersion libraryDependencies += "io.netty" % "netty-codec-http" % nettyVersion libraryDependencies += "io.netty" % "netty-transport-native-epoll" % nettyVersion classifier "linux-x86_64" -libraryDependencies += "org.playstrategy" %% "strategygames" % "10.2.1-pstrat135" +libraryDependencies += "org.playstrategy" %% "strategygames" % "10.2.1-pstrat136-dev00" libraryDependencies += "com.typesafe.akka" %% "akka-actor-typed" % akkaVersion libraryDependencies += "com.typesafe.akka" %% "akka-slf4j" % akkaVersion libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.3" From eae8bb1cc22f1d8269227dba7731dbd761d594fb Mon Sep 17 00:00:00 2001 From: Vincent FROCHOT Date: Mon, 24 Jun 2024 15:53:19 +0200 Subject: [PATCH 2/2] Use new SG version 139 - breakthroughtroyka --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f548d27..ba5dbd2 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ libraryDependencies += "io.lettuce" % "lettuce-core" libraryDependencies += "io.netty" % "netty-handler" % nettyVersion libraryDependencies += "io.netty" % "netty-codec-http" % nettyVersion libraryDependencies += "io.netty" % "netty-transport-native-epoll" % nettyVersion classifier "linux-x86_64" -libraryDependencies += "org.playstrategy" %% "strategygames" % "10.2.1-pstrat136-dev00" +libraryDependencies += "org.playstrategy" %% "strategygames" % "10.2.1-pstrat139" libraryDependencies += "com.typesafe.akka" %% "akka-actor-typed" % akkaVersion libraryDependencies += "com.typesafe.akka" %% "akka-slf4j" % akkaVersion libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.3"