Skip to content

Commit

Permalink
Update fansi to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 16, 2024
1 parent 181fa68 commit 056f606
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 @@ -34,7 +34,7 @@ lazy val root = (project in file("."))
buildInfoUsePackageAsPath := true,
libraryDependencies ++= Seq(
"com.lihaoyi" %% "os-lib" % "0.8.1",
"com.lihaoyi" %% "fansi" % "0.3.1",
"com.lihaoyi" %% "fansi" % "0.5.0",
"com.google.guava" % "guava" % "28.0-jre",
"com.drewnoakes" % "metadata-extractor" % "2.16.0",
"com.monovore" %% "decline" % "2.2.0",
Expand Down

0 comments on commit 056f606

Please sign in to comment.