From 599625e41e7e9f764bdff8904de00999a074e4a7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 4 Dec 2025 15:55:14 +0000 Subject: [PATCH] Update pprint to 0.9.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f4f51c49..2717701c 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.6" } // Uncomment, if you want to use snapshot dependencies from sonatype or jitpack