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 cd94907 commit fdb5a0d
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 @@ -47,7 +47,7 @@ trait CommonPublishModule

def publishVersion = VcsVersion.vcsState().format()
def mimaReportBinaryIssues() =
if (this.isInstanceOf[ScalaNativeModule] || this.isInstanceOf[ScalaJSModule]) T.command()
if (this.isInstanceOf[ScalaNativeModule] || this.isInstanceOf[ScalaJSModule]) Task.Command()
else super.mimaReportBinaryIssues()

def mimaPreviousVersions = Seq(
Expand Down

0 comments on commit fdb5a0d

Please sign in to comment.