Skip to content

Commit

Permalink
Merge pull request #235 from scala-steward/update/fansi-0.2.14
Browse files Browse the repository at this point in the history
Update fansi to 0.2.14
  • Loading branch information
bjaglin authored Jun 15, 2021
2 parents 9c35cdb + d44454c commit 1a15029
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 @@ -41,7 +41,7 @@ commands += Command.command("ci-windows") { s =>
resolvers += Resolver.sonatypeRepo("public")
libraryDependencies ++= Dependencies.all
libraryDependencies ++= List(
"com.lihaoyi" %% "fansi" % "0.2.6" % Test,
"com.lihaoyi" %% "fansi" % "0.2.14" % Test,
"org.scalatest" %% "scalatest" % "3.2.9" % Test
)

Expand Down

0 comments on commit 1a15029

Please sign in to comment.