Skip to content

Commit

Permalink
Update jline to 3.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 12, 2025
1 parent ab2c1c9 commit a58810b
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 `jadd-cli` = project
},
libraryDependencies ++= Seq(
"com.github.scopt" %% "scopt" % "4.1.0",
"org.jline" % "jline" % "3.27.0",
"org.jline" % "jline" % "3.27.1",
"com.lihaoyi" %% "ujson" % "4.1.0",
"ru.lanwen.verbalregex" % "java-verbal-expressions" % "1.8",
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
Expand Down

0 comments on commit a58810b

Please sign in to comment.