From a866df759dc159c752ad32b3162bba69cb2e068e Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Sat, 9 Oct 2010 14:34:28 -0400 Subject: [PATCH] bump to Ivy 2.2.0 final --- project/build/XSbt.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/build/XSbt.scala b/project/build/XSbt.scala index df744267d..3739db53c 100644 --- a/project/build/XSbt.scala +++ b/project/build/XSbt.scala @@ -126,7 +126,7 @@ class XSbt(info: ProjectInfo) extends ParentProject(info) with NoCrossPaths class LaunchProject(info: ProjectInfo) extends Base(info) with TestWithIO with TestDependencies with ProguardLaunch with NoCrossPaths { val jline = jlineDep - val ivy = "org.apache.ivy" % "ivy" % "2.2.0-rc1" + val ivy = "org.apache.ivy" % "ivy" % "2.2.0" override def deliverProjectDependencies = Nil // defines the package that proguard operates on @@ -225,7 +225,7 @@ class XSbt(info: ProjectInfo) extends ParentProject(info) with NoCrossPaths } class IvyProject(info: ProjectInfo) extends Base(info) with TestWithIO with TestWithLog with TestWithLaunch { - val ivy = "org.apache.ivy" % "ivy" % "2.2.0-rc1" + val ivy = "org.apache.ivy" % "ivy" % "2.2.0" } abstract class BaseInterfaceProject(info: ProjectInfo) extends DefaultProject(info) with ManagedBase with TestWithLog with Component with JavaProject class InterfaceProject(info: ProjectInfo) extends BaseInterfaceProject(info)