Update jansi dep to match the one that's included in the jline dep, which also allows sbt to work on ARM64 Windows without needing to specify -Djline.terminal=jline.UnsupportedTerminal

This commit is contained in:
mazugrin 2024-04-18 12:54:31 -04:00
parent 6678746ef6
commit 4d8bff40dc
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ object Dependencies {
val jline3JNA = "org.jline" % "jline-terminal-jna" % jline3Version
val jline3Reader = "org.jline" % "jline-reader" % jline3Version
val jline3Builtins = "org.jline" % "jline-builtins" % jline3Version
val jansi = "org.fusesource.jansi" % "jansi" % "2.4.0"
val jansi = "org.fusesource.jansi" % "jansi" % "2.4.1"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.10"
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.15.4"
val junit = "junit" % "junit" % "4.13.1"