diff --git a/build.sc b/build.sc index 5ab55fe..3083495 100644 --- a/build.sc +++ b/build.sc @@ -20,7 +20,7 @@ object DepVersions { object Deps { def macroParadise = ivy"org.scalamacros:::paradise:2.1.1" - def pprint = ivy"com.lihaoyi::pprint::0.9.0" + def pprint = ivy"com.lihaoyi::pprint::0.9.3" def utest = ivy"com.lihaoyi::utest::0.8.5" }