Skip to content

Commit

Permalink
Merge pull request #60 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
tgodzik authored Apr 18, 2024
2 parents 78128e2 + a5c0f60 commit 2d00ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ object tests extends ScalaModule {
def ivyDeps = super.ivyDeps() ++ Seq(
ivy"org.scalameta::munit:0.7.29",
ivy"com.lihaoyi::os-lib:0.10.0",
ivy"com.lihaoyi::pprint:0.8.1"
ivy"com.lihaoyi::pprint:0.9.0"
)

def testHelper(
Expand Down

0 comments on commit 2d00ade

Please sign in to comment.