diff --git a/build.sbt b/build.sbt index 6f7be977..b8f0da5c 100644 --- a/build.sbt +++ b/build.sbt @@ -137,7 +137,7 @@ lazy val `quill-sql` = // Needs to be in-sync with both quill-engine and scalafmt-core or ClassNotFound // errors will happen. Even if the pprint classes are actually there "io.suzaku" %% "boopickle" % "1.4.0", - "com.lihaoyi" %% "pprint" % "0.6.6", + "com.lihaoyi" %% "pprint" % "0.8.1", "ch.qos.logback" % "logback-classic" % "1.2.12" % Test, "io.getquill" %% "quill-engine" % "4.6.1", "dev.zio" %% "zio" % "2.0.16",