Merge pull request #7545 from mazugrin/1.10.x

Update jansi dep to match the one that's included in the jline dep
This commit is contained in:
eugene yokota 2024-04-18 18:36:21 -04:00 committed by GitHub
commit 0c6d7b8f30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"