refactor(core): enhance castling logic to include rook movement and improve safety checks
This commit is contained in:
@@ -40,6 +40,7 @@ dependencies {
|
||||
|
||||
implementation(project(":modules:api"))
|
||||
|
||||
testImplementation(project(":modules:io"))
|
||||
testImplementation(platform("org.junit:junit-bom:5.13.4"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter")
|
||||
testImplementation("org.scalatest:scalatest_3:${versions["SCALATEST"]!!}")
|
||||
|
||||
Reference in New Issue
Block a user