chore: remote-tracking branch 'origin/main' into feat/NCS-52
Build & Test (NowChessSystems) TeamCity build failed
Build & Test (NowChessSystems) TeamCity build failed
# Conflicts: # modules/core/build.gradle.kts # modules/core/src/main/scala/de/nowchess/chess/config/JacksonConfig.scala # modules/core/src/main/scala/de/nowchess/chess/engine/GameEngine.scala # modules/core/src/test/scala/de/nowchess/chess/engine/GameEngineIntegrationTest.scala # modules/core/src/test/scala/de/nowchess/chess/engine/GameEngineLoadGameTest.scala
This commit is contained in:
@@ -48,8 +48,6 @@ dependencies {
|
||||
}
|
||||
|
||||
implementation(project(":modules:api"))
|
||||
implementation(project(":modules:io"))
|
||||
testImplementation(project(":modules:rule"))
|
||||
implementation(project(":modules:bot"))
|
||||
|
||||
|
||||
@@ -69,6 +67,9 @@ dependencies {
|
||||
implementation("com.fasterxml.jackson.module:jackson-module-scala_3:${versions["JACKSON_SCALA"]!!}")
|
||||
|
||||
|
||||
testImplementation(project(":modules:io"))
|
||||
testImplementation(project(":modules:rule"))
|
||||
|
||||
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