Skip to content

Commit 5df7f63

Browse files
authored
Merge pull request #118 from Mind-Sports-Games/pla-1035-issue-loading-go-games-into-analysisstudy-with-passes-in
Use latest SG to fix go handicapped fen pass info
2 parents 2093b22 + 73268aa commit 5df7f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ libraryDependencies += "io.lettuce" % "lettuce-core"
1919
libraryDependencies += "io.netty" % "netty-handler" % nettyVersion
2020
libraryDependencies += "io.netty" % "netty-codec-http" % nettyVersion
2121
libraryDependencies += "io.netty" % "netty-transport-native-epoll" % nettyVersion classifier "linux-x86_64"
22-
libraryDependencies += "org.playstrategy" %% "strategygames" % "10.2.1-pstrat157"
22+
libraryDependencies += "org.playstrategy" %% "strategygames" % "10.2.1-pstrat158"
2323
libraryDependencies += "com.typesafe.akka" %% "akka-actor-typed" % akkaVersion
2424
libraryDependencies += "com.typesafe.akka" %% "akka-slf4j" % akkaVersion
2525
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.3"

0 commit comments

Comments
 (0)