From 8d823a5ffebb15359d35519711c3db991b328f1d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 28 Nov 2022 20:32:49 +0000 Subject: [PATCH] Update pprint to 0.8.1 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 8abe587..ec10958 100644 --- a/build.sc +++ b/build.sc @@ -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"