From 1ba1e5bb31f92118e3649e6018b1838a2789f861 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 27 Jul 2025 16:14:56 +0000 Subject: [PATCH] Update pprint to 0.9.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f4f51c49..6957ebd1 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ val versions = new { val colibri = "0.8.6" val funStack = "0.9.23" val tapir = "1.11.34" - val pprint = "0.9.0" + val pprint = "0.9.3" } // Uncomment, if you want to use snapshot dependencies from sonatype or jitpack