Skip to content

Commit 2d00ade

Browse files
authored
Merge pull request scala-cli#60 from scala-steward/update/pprint-0.9.0
Update pprint to 0.9.0
2 parents 78128e2 + a5c0f60 commit 2d00ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ object tests extends ScalaModule {
172172
def ivyDeps = super.ivyDeps() ++ Seq(
173173
ivy"org.scalameta::munit:0.7.29",
174174
ivy"com.lihaoyi::os-lib:0.10.0",
175-
ivy"com.lihaoyi::pprint:0.8.1"
175+
ivy"com.lihaoyi::pprint:0.9.0"
176176
)
177177

178178
def testHelper(

0 commit comments

Comments
 (0)