From ee2c7ecc64585628c837da7eadb9de92f8affa36 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 25 Jul 2025 15:24:27 +0000 Subject: [PATCH] Update pprint to 0.9.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f4f51c49..e93bbd0f 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.1" } // Uncomment, if you want to use snapshot dependencies from sonatype or jitpack