mirror of https://github.com/sbt/sbt.git
[1.x] Bump to lm 1.12.2 (#9167)
This commit is contained in:
parent
0f946cb961
commit
1843f386e6
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue