mirror of https://github.com/sbt/sbt.git
CI: allowUnsafeScalaLibUpgrade for serverTestProj (Scala 3 eviction)
This commit is contained in:
parent
7fc522da65
commit
4696b91a17
|
|
@ -826,6 +826,7 @@ lazy val serverTestProj = (project in file("server-test"))
|
|||
.dependsOn(sbtProj % "compile->test", scriptedSbtProj % "compile->test")
|
||||
.settings(
|
||||
testedBaseSettings,
|
||||
allowUnsafeScalaLibUpgrade := true, // demote Scala 3 eviction to warn if deps bring newer scala3-library_3
|
||||
Utils.noPublish,
|
||||
// make server tests serial
|
||||
Test / watchTriggers += baseDirectory.value.toGlob / "src" / "server-test" / **,
|
||||
|
|
|
|||
Loading…
Reference in New Issue