From 54c08115f6e03d23f5e5a11b7dcec3503f90da75 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Tue, 26 Feb 2013 08:01:48 -0500 Subject: [PATCH] JLine now has junit in the proper scope, no need for intransitive() --- project/Util.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Util.scala b/project/Util.scala index 3909ce1ca..6a3d3f4ea 100644 --- a/project/Util.scala +++ b/project/Util.scala @@ -155,7 +155,7 @@ object %s { object Common { def lib(m: ModuleID) = libraryDependencies += m - lazy val jlineDep = "jline" % "jline" % "2.10" intransitive() + lazy val jlineDep = "jline" % "jline" % "2.10" lazy val jline = lib(jlineDep) lazy val ivy = lib("org.apache.ivy" % "ivy" % "2.3.0-rc1") lazy val httpclient = lib("commons-httpclient" % "commons-httpclient" % "3.1")