Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Apr 14, 2024
1 parent 1c3d558 commit d504ed3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ trait FansiModule extends PublishModule with Mima with CrossScalaModule with Pla

def publishVersion = VcsVersion.vcsState().format()

def mimaReportBinaryIssues() =
if (this.isInstanceOf[ScalaNativeModule] || this.isInstanceOf[ScalaJSModule]) T.command()
else super.mimaReportBinaryIssues()

def mimaPreviousVersions = VcsVersion.vcsState().lastTag.toSeq

def pomSettings = PomSettings(
Expand Down

0 comments on commit d504ed3

Please sign in to comment.