Skip to content

Commit

Permalink
Update pprint to 0.8.1 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 29, 2022
1 parent e2db8cf commit ea89075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Expand Up @@ -194,7 +194,7 @@ class Tests(val scalaJsVersion0: String) extends ScalaModule {
def ivyDeps = super.ivyDeps() ++ Seq(
ivy"org.scalameta::munit:0.7.29",
ivy"com.lihaoyi::os-lib:0.8.1",
ivy"com.lihaoyi::pprint:0.8.0"
ivy"com.lihaoyi::pprint:0.8.1"
)
def testFramework = "munit.Framework"

Expand Down

0 comments on commit ea89075

Please sign in to comment.