diff --git a/build.sc b/build.sc index 7e0a7ea..c896834 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.1") } trait FansiTestModule extends ScalaModule with TestModule.Utest {