Skip to content

Commit

Permalink
Merge pull request #3265 from Rogach/0.13
Browse files Browse the repository at this point in the history
Update jline dependency to 2.14.4 (#3240)
  • Loading branch information
eed3si9n committed Jun 13, 2017
2 parents 5c85acb + 94e11fa commit 6ce09cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.3"
lazy val jline = "jline" % "jline" % "2.14.4"
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"
Expand Down

0 comments on commit 6ce09cf

Please sign in to comment.