We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd94907 commit fdb5a0dCopy full SHA for fdb5a0d
build.mill
@@ -47,7 +47,7 @@ trait CommonPublishModule
47
48
def publishVersion = VcsVersion.vcsState().format()
49
def mimaReportBinaryIssues() =
50
- if (this.isInstanceOf[ScalaNativeModule] || this.isInstanceOf[ScalaJSModule]) T.command()
+ if (this.isInstanceOf[ScalaNativeModule] || this.isInstanceOf[ScalaJSModule]) Task.Command()
51
else super.mimaReportBinaryIssues()
52
53
def mimaPreviousVersions = Seq(
0 commit comments