From 3e2fcfbe3ee6a4755b6629ac63068af76d383ba2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 27 Sep 2025 14:28:30 +0000 Subject: [PATCH] Update pprint to 0.9.4 --- deps.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.sc b/deps.sc index 481afb1..5bd5b38 100644 --- a/deps.sc +++ b/deps.sc @@ -11,7 +11,7 @@ object Deps { def expecty = ivy"com.eed3si9n.expecty::expecty::0.17.0" def interface = ivy"io.get-coursier:interface:1.0.25" def munit = ivy"org.scalameta::munit::1.0.3" - def pprint = ivy"com.lihaoyi::pprint::0.9.0" + def pprint = ivy"com.lihaoyi::pprint::0.9.4" def scalaReflect(sv: String) = ivy"org.scala-lang:scala-reflect:$sv" }