JLine 2.14.3

Fixes #1855
See also https://github.com/jline/jline2/issues/127
This commit is contained in:
Eugene Yokota 2017-03-09 14:59:33 -05:00
parent cc19d51f1d
commit 48a4ff327f
2 changed files with 9 additions and 1 deletions

8
notes/0.13.14/jline.md Normal file
View File

@ -0,0 +1,8 @@
### Bug fixes
- Fixes Ctrl-C not working on Windows by bumping up JLine. [#1855][1855] by [@eed3si9n][@eed3si9n]
[1855]: https://github.com/sbt/sbt/issues/1855
[@eed3si9n]: https://github.com/eed3si9n
[@dwijnand]: https://github.com/dwijnand
[@Duhemm]: https://github.com/Duhemm

View File

@ -9,7 +9,7 @@ object Dependencies {
lazy val scala211 = "2.11.8"
lazy val scala212 = "2.12.0-RC2"
lazy val jline = "jline" % "jline" % "2.13"
lazy val jline = "jline" % "jline" % "2.14.3"
lazy val ivy = "org.scala-sbt.ivy" % "ivy" % "2.3.0-sbt-48dd0744422128446aee9ac31aa356ee203cc9f4"
lazy val jsch = "com.jcraft" % "jsch" % "0.1.50" intransitive ()
lazy val sbinary = "org.scala-tools.sbinary" %% "sbinary" % "0.4.2"