mirror of https://github.com/sbt/sbt.git
commit
59030cf6f0
|
|
@ -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
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue