Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
Merge pull request #81 from Rogach/1.0
Browse files Browse the repository at this point in the history
Upgrade to jline 2.14.4
  • Loading branch information
dwijnand authored Jun 16, 2017
2 parents bed9ec8 + 44e6443 commit 54cf4a4
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 @@ -34,7 +34,7 @@ object Dependencies {

def addSbtIO(p: Project): Project = addSbtModule(p, sbtIoPath, "io", sbtIO)

val jline = "jline" % "jline" % "2.14.3"
val jline = "jline" % "jline" % "2.14.4"

val scalaCompiler = Def.setting { "org.scala-lang" % "scala-compiler" % scalaVersion.value }
val scalaReflect = Def.setting { "org.scala-lang" % "scala-reflect" % scalaVersion.value }
Expand Down

0 comments on commit 54cf4a4

Please sign in to comment.