Skip to content

Commit

Permalink
Update pprint to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and guizmaii committed Sep 17, 2023
1 parent 2f160ca commit 4ca0966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4ca0966

Please sign in to comment.