From 57fc03f23b56ef9976415b050e50bfb2bdc9d370 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 00:15:40 +0000 Subject: [PATCH] build(deps): Update pprint from 0.9.5 to 0.9.6 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3692e283a..f163f555e 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -81,7 +81,7 @@ object Dependencies { val utest = "com.lihaoyi" %% "utest" % "0.8.9" def munit = "org.scalameta" %% "munit" % "1.2.1" def expecty = "com.eed3si9n.expecty" %% "expecty" % "0.17.1" - val pprint = "com.lihaoyi" %% "pprint" % "0.9.5" + val pprint = "com.lihaoyi" %% "pprint" % "0.9.6" val oslib = "com.lihaoyi" %% "os-lib" % "0.11.6" val junit = "com.github.sbt" % "junit-interface" % junitVersion val directoryWatcher = "ch.epfl.scala" % "directory-watcher" % directoryWatcherVersion