diff --git a/build.sc b/build.sc index 7e0a7ea..09ceb6c 100644 --- a/build.sc +++ b/build.sc @@ -31,7 +31,7 @@ trait FansiModule extends PublishModule with Mima with CrossScalaModule with Pla ) ) - def ivyDeps = Agg(ivy"com.lihaoyi::sourcecode::0.4.0") + def ivyDeps = Agg(ivy"com.lihaoyi::sourcecode::0.4.2") } trait FansiTestModule extends ScalaModule with TestModule.Utest {