Skip to content

Commit

Permalink
Merge pull request #489 from scala-steward/update/jline-2.14.6
Browse files Browse the repository at this point in the history
Update jline to 2.14.6
  • Loading branch information
bplommer authored Jan 19, 2021
2 parents b5ec817 + c39b6fd commit 8d9f4ef
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 @@ -90,7 +90,7 @@ lazy val dependencySettings = Seq(
"org.typelevel" %% "cats-laws" % catsVersion,
"org.typelevel" %% "cats-kernel-laws" % catsVersion,
"ch.qos.logback" % "logback-classic" % "1.2.3",
"jline" % "jline" % "2.14.2"
"jline" % "jline" % "2.14.6"
).map(_ % Test),
libraryDependencies ++= (if (isDotty.value) Nil
else
Expand Down

0 comments on commit 8d9f4ef

Please sign in to comment.