Skip to content

Commit

Permalink
Update pprint to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 15, 2024
1 parent 2d3b578 commit c5c8f74
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 @@ -30,7 +30,7 @@ lazy val core: Project = Project("core", file("core")).settings(
libraryDependencies ++= List(
"org.typelevel" %% "cats-core" % "2.10.0",
"org.typelevel" %% "alleycats-core" % "2.10.0",
"com.lihaoyi" %% "pprint" % "0.8.1"
"com.lihaoyi" %% "pprint" % "0.9.0"
)
)

Expand Down

0 comments on commit c5c8f74

Please sign in to comment.