refactor: change scala3-compiler dependency from implementation to compileOnly
Build & Test (NowChessSystems) TeamCity build finished

This commit is contained in:
2026-04-21 11:06:14 +02:00
parent 74cafff6b3
commit 284869455b
12 changed files with 67 additions and 8 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ configurations.scoverage {
dependencies {
implementation("org.scala-lang:scala3-compiler_3") {
compileOnly("org.scala-lang:scala3-compiler_3") {
version {
strictly(versions["SCALA3"]!!)
}