From ebcccdee01b2640621ba7b351f601724cfb98b92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 04:44:20 +0000 Subject: [PATCH] Update dependency com.lihaoyi:pprint to v0.9.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dcef9e87..fb9f1f1d 100644 --- a/build.sbt +++ b/build.sbt @@ -579,7 +579,7 @@ val testSettings = List( "org.scalameta" %% "moped-testkit" % V.moped, "org.scalameta" %% "scalameta" % V.scalameta, "io.get-coursier" %% "coursier" % V.coursier, - "com.lihaoyi" %% "pprint" % "0.6.6" + "com.lihaoyi" %% "pprint" % "0.9.6" ) )