From 5f983c507e57c4dd0994bd7120f62c1ff78f0978 Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Thu, 30 Jan 2025 18:09:28 +0000 Subject: [PATCH] Use SG 172 Backgammon Multipoint Fixes --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 70a6932..f5e46ab 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-pstrat171" +libraryDependencies += "org.playstrategy" %% "strategygames" % "10.2.1-pstrat172" 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"