From 085c904ab082642d3ef7f5af0e877f90ca84654e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:05:46 +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 5258236d..b92c988d 100644 --- a/build.sbt +++ b/build.sbt @@ -561,7 +561,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" ) )