diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3692e283a..f163f555e 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -81,7 +81,7 @@ object Dependencies { val utest = "com.lihaoyi" %% "utest" % "0.8.9" def munit = "org.scalameta" %% "munit" % "1.2.1" def expecty = "com.eed3si9n.expecty" %% "expecty" % "0.17.1" - val pprint = "com.lihaoyi" %% "pprint" % "0.9.5" + val pprint = "com.lihaoyi" %% "pprint" % "0.9.6" val oslib = "com.lihaoyi" %% "os-lib" % "0.11.6" val junit = "com.github.sbt" % "junit-interface" % junitVersion val directoryWatcher = "ch.epfl.scala" % "directory-watcher" % directoryWatcherVersion