Skip to content

Commit ea89075

Browse files
Update pprint to 0.8.1 (#27)
1 parent e2db8cf commit ea89075

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
@@ -194,7 +194,7 @@ class Tests(val scalaJsVersion0: String) extends ScalaModule {
194194
def ivyDeps = super.ivyDeps() ++ Seq(
195195
ivy"org.scalameta::munit:0.7.29",
196196
ivy"com.lihaoyi::os-lib:0.8.1",
197-
ivy"com.lihaoyi::pprint:0.8.0"
197+
ivy"com.lihaoyi::pprint:0.8.1"
198198
)
199199
def testFramework = "munit.Framework"
200200

0 commit comments

Comments
 (0)