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
scalameta-bot authored and kitbellew committed Nov 25, 2024
1 parent d910fbe commit a538477
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 @@ -36,7 +36,7 @@ inThisBuild(List(
resolvers ++= Resolver.sonatypeOssRepos("snapshots"),
testFrameworks += new TestFramework("munit.Framework"),
// causes native image issues
dependencyOverrides += "org.jline" % "jline" % "3.23.0",
dependencyOverrides += "org.jline" % "jline" % "3.27.1",
))

name := "scalafmtRoot"
Expand Down

0 comments on commit a538477

Please sign in to comment.