Skip to content

Commit

Permalink
Update jline to 3.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and stevedlawrence committed Oct 11, 2024
1 parent 856dbbe commit 41115da
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 @@ -45,7 +45,7 @@ object Dependencies {
)

lazy val cli = Seq(
"org.jline" % "jline" % "3.26.3",
"org.jline" % "jline" % "3.27.0",
"org.rogach" %% "scallop" % "5.1.0",
"net.sf.expectit" % "expectit-core" % "0.9.0" % "test"
)
Expand Down

0 comments on commit 41115da

Please sign in to comment.