From fe5204c5c35bd6a54a666722cd708d60f65bf4b1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 16 Apr 2024 01:19:27 +0000 Subject: [PATCH] Update pprint to 0.9.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d99ed3b..2199c13 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ lazy val circeVersion = "0.14.2" lazy val fs2Version = "3.2.8" lazy val munitVersion = "0.7.29" lazy val munitEffectVersion = "1.0.7" -lazy val pprintVersion = "0.7.3" +lazy val pprintVersion = "0.9.0" lazy val catsCore = "org.typelevel" %% "cats-core" % catsVersion lazy val catsKernel = "org.typelevel" %% "cats-kernel" % catsVersion