File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -248,6 +248,7 @@ lazy val input = projectMatrix
248248 logLevel := Level .Error , // avoid flood of compiler warnings
249249 libraryDependencies ++= testsDependencies.value,
250250 coverageEnabled := false ,
251+ allowUnsafeScalaLibUpgrade := true ,
251252 // mimic dependsOn(shared) but allowing binary Scala version matching
252253 Compile / internalDependencyClasspath ++=
253254 resolve(shared, Compile / exportedProducts).value
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ object Dependencies {
2323 val jgitV = " 5.13.3.202401111512-r"
2424 val metaconfigV = " 0.16.0"
2525 val nailgunV = " 0.9.1"
26- val scalaXmlV = " 2.2 .0"
26+ val scalaXmlV = " 2.4 .0"
2727 val scalametaV = " 4.13.10"
2828 val scalatagsV = " 0.13.1"
2929 val scalatestV = " 3.2.19"
You can’t perform that action at this time.
0 commit comments