Skip to content

Commit

Permalink
chore: Revert jline to avoid issues with native image
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Sep 23, 2024
1 parent f03dd99 commit b460990
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ inThisBuild(List(
libraryDependencies ++=
List(munit.value % Test, scalacheck % Test, scalametaTestkit % Test),
testFrameworks += new TestFramework("munit.Framework"),
// causes native image issues
dependencyOverrides += "org.jline" % "jline" % "3.23.0"
))

name := "scalafmtRoot"
Expand Down

0 comments on commit b460990

Please sign in to comment.