mirror of https://github.com/sbt/sbt.git
use 'latest-revision' conflict manager in launcher instead of 'strict'
This commit is contained in:
parent
329709c750
commit
286e8865cf
|
|
@ -19,7 +19,7 @@ private object BootConfiguration
|
|||
val SbtOrg = "org.scala-tools.sbt"
|
||||
|
||||
/** The Ivy conflict manager to use for updating.*/
|
||||
val ConflictManagerName = "strict"
|
||||
val ConflictManagerName = "latest-revision"
|
||||
/** The name of the local Ivy repository, which is used when compiling sbt from source.*/
|
||||
val LocalIvyName = "local"
|
||||
/** The pattern used for the local Ivy repository, which is used when compiling sbt from source.*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue