From d956c4e6079d6c4e720382a572a323559920304b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 25 May 2024 13:24:32 +0000 Subject: [PATCH] Update sourcecode to 0.4.2 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {