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 44ccd85 commit 2420e1eCopy full SHA for 2420e1e
build.sc
@@ -31,6 +31,8 @@ trait MainArgsPublishModule extends PublishModule with CrossScalaModule with Mim
31
.lastTag
32
.getOrElse(throw new Exception("Missing last tag"))
33
)
34
+ // Remove after Scala 3 artifacts are published
35
+ def mimaPreviousArtifacts = T{ if(isScala3(scalaVersion())) Seq() else super.mimaPreviousArtifacts() }
36
def artifactName = "mainargs"
37
38
def pomSettings = PomSettings(
0 commit comments