Skip to content

Commit 03c3d4c

Browse files
authored
Merge pull request #94 from Mind-Sports-Games/464-support-studies
Yeah, this is annoying to find everytime we need to,lol
2 parents 03210a1 + 9b58bb1 commit 03c3d4c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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-pstrat122"
22+
libraryDependencies += "org.playstrategy" %% "strategygames" % "10.2.1-pstrat124"
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"

src/main/scala/Chess.scala

+2
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ object Chess {
265265
dropsByRole = game.situation match {
266266
case (Situation.FairySF(_)) =>
267267
game.situation.dropsByRole
268+
case (Situation.Go(_)) =>
269+
game.situation.dropsByRole
268270
case _ => None
269271
},
270272
pocketData = game.situation.board.pocketData,

0 commit comments

Comments
 (0)