Skip to content

Commit

Permalink
Update fansi to 0.5.0 (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 2, 2024
1 parent d18ab9e commit 0f5cb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ object Deps {
def dependencyInterface = ivy"io.get-coursier::dependency-interface:0.2.3"
def directiveHandler = ivy"io.github.alexarchambault.scala-cli::directive-handler:0.1.4"
def expecty = ivy"com.eed3si9n.expecty::expecty:0.16.0"
def fansi = ivy"com.lihaoyi::fansi:0.4.0"
def fansi = ivy"com.lihaoyi::fansi:0.5.0"
def fs2(sv: String) =
if (sv.startsWith("2.")) ivy"co.fs2::fs2-core:3.9.4" else ivy"co.fs2:fs2-core_2.13:3.9.4"
def jansi = ivy"org.fusesource.jansi:jansi:2.4.1"
Expand Down

0 comments on commit 0f5cb59

Please sign in to comment.