mirror of https://github.com/sbt/sbt.git
bump to jline 1.0, which looks compatible with 0.9.94, but cleans up after more streams properly
This commit is contained in:
parent
9b5ab3cb09
commit
66505d0b4a
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue