Skip to content

Commit

Permalink
Update pprint to 0.8.1 (zio#339)
Browse files Browse the repository at this point in the history
* Update pprint to 0.8.1

* Revert commit(s) 4ca0966

* Update pprint to 0.8.1

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
Co-authored-by: Jules Ivanic <guizmaii@users.noreply.github.com>
  • Loading branch information
3 people committed Sep 30, 2023
1 parent 4288285 commit 1e71aef
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 @@ -122,7 +122,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.3.11" % Test,
"io.getquill" %% "quill-engine" % zioQuillVersion,
"dev.zio" %% "zio" % "2.0.18",
Expand Down

0 comments on commit 1e71aef

Please sign in to comment.