Skip to content

Commit

Permalink
Add empty artifacts for Mima on Scala 3
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Feb 27, 2022
1 parent 44ccd85 commit 2420e1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ trait MainArgsPublishModule extends PublishModule with CrossScalaModule with Mim
.lastTag
.getOrElse(throw new Exception("Missing last tag"))
)
// Remove after Scala 3 artifacts are published
def mimaPreviousArtifacts = T{ if(isScala3(scalaVersion())) Seq() else super.mimaPreviousArtifacts() }
def artifactName = "mainargs"

def pomSettings = PomSettings(
Expand Down

0 comments on commit 2420e1e

Please sign in to comment.