From 10521de1af2dae8afc3f7823de101f7167f8152b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 10 Jun 2026 14:38:49 +0000 Subject: [PATCH] Update sourcecode to 0.4.4 --- build.mill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.mill b/build.mill index 4f4b6a9..dac6ae8 100644 --- a/build.mill +++ b/build.mill @@ -48,7 +48,7 @@ object castor extends Module { moduleDir / s"src-$platformSegment" ) - def mvnDeps = Seq(mvn"com.lihaoyi::sourcecode::0.4.1") + def mvnDeps = Seq(mvn"com.lihaoyi::sourcecode::0.4.4") } trait ActorTestModule extends ScalaModule with TestModule.Utest with PlatformModule { def sources = Task.Sources(