Skip to content

Commit

Permalink
Update jline to 3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 19, 2021
1 parent 6590a07 commit e888c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % "1.2.3",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.2",
"org.typelevel" %% "cats-core" % "2.3.1",
"org.jline" % "jline" % "3.18.0",
"org.jline" % "jline" % "3.19.0",
"com.lihaoyi" %% "ujson" % "1.2.2",
"ru.lanwen.verbalregex" % "java-verbal-expressions" % "1.6",
"org.scalatest" %% "scalatest" % "3.2.3" % "it,test",
Expand Down

0 comments on commit e888c45

Please sign in to comment.