We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0019329 commit 1ac7911Copy full SHA for 1ac7911
1 file changed
build.sbt
@@ -32,7 +32,7 @@ lazy val root = (project in file("."))
32
libraryDependencies += "com.github.alexarchambault" %% "case-app" % "2.1.0",
33
libraryDependencies += "org.slf4j" % "slf4j-api" % "2.0.18",
34
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.32",
35
- libraryDependencies += "com.lihaoyi" %% "fansi" % "0.5.0",
+ libraryDependencies += "com.lihaoyi" %% "fansi" % "0.5.1",
36
libraryDependencies += "com.lihaoyi" %% "os-lib" % "0.11.8",
37
libraryDependencies += "org.yaml" % "snakeyaml" % "2.6",
38
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.20" % Test,
0 commit comments