mirror of https://github.com/sbt/sbt.git
Update per the changes since August.
This commit is contained in:
parent
68330d042a
commit
cbeaba0ccd
|
|
@ -1,10 +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 (#[2173][2173]).
|
||||
- [JLine2][] upgraded to version 2.13 (#[1681][1681], #[2173][2173]).
|
||||
|
||||
### Bug fixes
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ object Dependencies {
|
|||
lazy val scala211 = "2.11.7"
|
||||
|
||||
lazy val jline = "jline" % "jline" % "2.13"
|
||||
lazy val ivy = "org.scala-sbt.ivy" % "ivy" % "2.3.0-sbt-927bc9ded7f8fba63297cddd0d5a3d01d6ad5d8d"
|
||||
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"
|
||||
lazy val sbtSerialization = "org.scala-sbt" %% "serialization" % "0.1.2"
|
||||
|
|
|
|||
Loading…
Reference in New Issue