From cd94907ee65168fd6424b1f21e9bee80ea912cad Mon Sep 17 00:00:00 2001 From: Lorenzo Gabriele Date: Mon, 3 Feb 2025 10:44:31 +0100 Subject: [PATCH] . --- build.mill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.mill b/build.mill index 978884877..f406ea59b 100644 --- a/build.mill +++ b/build.mill @@ -118,7 +118,7 @@ trait CommonJvmModule extends CommonPublishModule with CommonPlatformModule{ trait CommonJsModule extends CommonPublishModule with ScalaJSModule with CommonPlatformModule { def scalaJSVersion = "1.13.1" - private def sourceMapOptions = T.task { + private def sourceMapOptions = Task.Anon { val vcsState = VcsVersion.vcsState() vcsState.lastTag.collect { case tag if vcsState.commitsSinceLastTag == 0 =>