This commit is contained in:
Eugene Yokota 2015-12-03 17:08:45 -05:00
commit 4e8d5e827e
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
[JLine2]: https://github.com/jline/jline2
[1681]: https://github.com/sbt/sbt/issues/1681
[2173]: https://github.com/sbt/sbt/pull/2173
### Fixes with compatibility implications
### Improvements
- [JLine2][] upgraded to version 2.13 (#[1681][1681], #[2173][2173]).
### Bug fixes

View File

@ -8,7 +8,7 @@ object Dependencies {
lazy val scala210 = "2.10.5"
lazy val scala211 = "2.11.7"
lazy val jline = "jline" % "jline" % "2.11"
lazy val jline = "jline" % "jline" % "2.13"
lazy val ivy = "org.scala-sbt.ivy" % "ivy" % "2.3.0-sbt-d592b1b0f77cf706e882b1b8e0162dee28165fb2"
lazy val jsch = "com.jcraft" % "jsch" % "0.1.46" intransitive ()
lazy val sbinary = "org.scala-tools.sbinary" %% "sbinary" % "0.4.2"