Skip to content

Commit

Permalink
Merge pull request #145 from Mind-Sports-Games/pla-1142-fix-rule-of-g…
Browse files Browse the repository at this point in the history
…in-for-hyper-backgammon

Use SG 174 Fix Hyper Status codes and Lift ending the game situation …
  • Loading branch information
msomatt authored Feb 19, 2025
2 parents 71b1975 + bd416ad commit 907224f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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-pstrat173"
libraryDependencies += "org.playstrategy" %% "strategygames" % "10.2.1-pstrat174"
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"
Expand Down

0 comments on commit 907224f

Please sign in to comment.