Skip to content

Commit

Permalink
Merge pull request #28 from scala-steward/update/pprint-0.9.0
Browse files Browse the repository at this point in the history
Update pprint to 0.9.0
  • Loading branch information
ornicar authored Apr 16, 2024
2 parents 2d3b578 + c5c8f74 commit df199d5
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 df199d5

Please sign in to comment.