From b0c580254e5466493d4a42360db2ad7616c1567a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 20 Oct 2022 05:43:35 +0000 Subject: [PATCH] Update pprint to 0.8.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d99ed3b..bf6f171 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.0" lazy val catsCore = "org.typelevel" %% "cats-core" % catsVersion lazy val catsKernel = "org.typelevel" %% "cats-kernel" % catsVersion