From 286e8865cf372e1491332632392b3879d524cae1 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Tue, 22 Feb 2011 07:18:46 -0500 Subject: [PATCH] use 'latest-revision' conflict manager in launcher instead of 'strict' --- launch/BootConfiguration.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch/BootConfiguration.scala b/launch/BootConfiguration.scala index 5e95f54eb..7b4093cdf 100644 --- a/launch/BootConfiguration.scala +++ b/launch/BootConfiguration.scala @@ -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.*/