Merge pull request #4087 from hvesalai/patch-2

Update to Jline 2.14.6
This commit is contained in:
Dale Wijnand 2018-04-11 11:55:56 +01:00 committed by GitHub
commit 2e2c3f6e89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ object Dependencies {
"com.eed3si9n" %% "sjson-new-scalajson" % contrabandSjsonNewVersion.value
}
val jline = "jline" % "jline" % "2.14.4"
val jline = "jline" % "jline" % "2.14.6"
val scalatest = "org.scalatest" %% "scalatest" % "3.0.4"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.13.4"
val specs2 = "org.specs2" %% "specs2-junit" % "4.0.1"