Merge pull request #2999 from eed3si9n/wip/bump_jline

JLine 2.14.3
This commit is contained in:
Dale Wijnand 2017-03-10 10:58:44 +00:00 committed by GitHub
commit 59030cf6f0
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"