use 'latest-revision' conflict manager in launcher instead of 'strict'

This commit is contained in:
Mark Harrah 2011-02-22 07:18:46 -05:00
parent 329709c750
commit 286e8865cf
1 changed files with 1 additions and 1 deletions

View File

@ -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.*/