[1.x] Bump to lm 1.12.2 (#9167)

This commit is contained in:
eugene yokota 2026-05-02 15:09:57 -04:00 committed by GitHub
parent 0f946cb961
commit 1843f386e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 8 deletions

View File

@ -15,7 +15,7 @@ object Dependencies {
// sbt modules
private val ioVersion = nightlyVersion.getOrElse("1.10.5")
private val lmVersion =
sys.props.get("sbt.build.lm.version").orElse(nightlyVersion).getOrElse("1.12.1")
sys.props.get("sbt.build.lm.version").orElse(nightlyVersion).getOrElse("1.12.2")
val zincVersion = nightlyVersion.getOrElse("1.12.0")
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion

View File

@ -1,9 +1,2 @@
# Update should fail as test dependencies have version conflicts
-> update
# Update should succeed if the error level is reduced to Warn
> set evictionErrorLevel := Level.Warn
> update
# Update should succeed if eviction options are less strict
> set evictionErrorLevel := Level.Error
> set update / evictionWarningOptions := EvictionWarningOptions.default.withConfigurations(Vector(Compile))
> update