From 66505d0b4af100270e7a0f6d552b925b8f20c766 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Sat, 14 Jan 2012 21:09:11 -0500 Subject: [PATCH] bump to jline 1.0, which looks compatible with 0.9.94, but cleans up after more streams properly --- project/Util.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Util.scala b/project/Util.scala index 7b90e0626..ab0d3e4c1 100644 --- a/project/Util.scala +++ b/project/Util.scala @@ -75,7 +75,7 @@ object Util object Common { def lib(m: ModuleID) = libraryDependencies += m - lazy val jlineDep = "jline" % "jline" % "0.9.94" intransitive() + lazy val jlineDep = "jline" % "jline" % "1.0" intransitive() lazy val jline = lib(jlineDep) lazy val ivy = lib("org.apache.ivy" % "ivy" % "2.2.0") lazy val httpclient = lib("commons-httpclient" % "commons-httpclient" % "3.1")