Skip to content

Commit

Permalink
Use SG 178 - Add hidden Dameo game logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Tucker committed Mar 11, 2025
1 parent 907224f commit 0ca6214
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-pstrat174"
libraryDependencies += "org.playstrategy" %% "strategygames" % "10.2.1-pstrat178"
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 0ca6214

Please sign in to comment.