Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Feb 3, 2025
1 parent befed3b commit cd94907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -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 =>
Expand Down

0 comments on commit cd94907

Please sign in to comment.