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-center-steward[bot] committed Apr 15, 2024
1 parent e86959a commit 1fd1241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -41,7 +41,7 @@ commands += Command.command("ci-windows") { s =>
resolvers ++= Resolver.sonatypeOssRepos("public")
libraryDependencies ++= Dependencies.all
libraryDependencies ++= List(
"com.lihaoyi" %% "fansi" % "0.4.0" % Test,
"com.lihaoyi" %% "fansi" % "0.5.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.18" % Test
)

Expand Down

0 comments on commit 1fd1241

Please sign in to comment.