From 87aaecdb47b495398ad91006030dabc8a5180523 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Dec 2022 00:46:12 +0000 Subject: [PATCH] Update pprint to 0.8.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d99ed3b..a749210 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.8.1" lazy val catsCore = "org.typelevel" %% "cats-core" % catsVersion lazy val catsKernel = "org.typelevel" %% "cats-kernel" % catsVersion