bump to jline 1.0, which looks compatible with 0.9.94, but cleans up after more streams properly

This commit is contained in:
Mark Harrah 2012-01-14 21:09:11 -05:00
parent 9b5ab3cb09
commit 66505d0b4a
1 changed files with 1 additions and 1 deletions

View File

@ -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")