Skip to content

Commit

Permalink
Merge pull request #144 from Mind-Sports-Games/dev
Browse files Browse the repository at this point in the history
dev to master (backgammon fixes)
  • Loading branch information
JamesHeppell authored Feb 13, 2025
2 parents 5adc396 + 71b1975 commit 78af5c4
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-pstrat172"
libraryDependencies += "org.playstrategy" %% "strategygames" % "10.2.1-pstrat173"
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 78af5c4

Please sign in to comment.