Skip to content

Commit

Permalink
Disable MiMa since it's first version with Scala Native 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Aug 13, 2024
1 parent 39f5024 commit 79dd877
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 @@ -96,6 +96,8 @@ trait Publish extends CiReleaseModule with Mima {
)
)
def mimaPreviousVersions = Seq("0.9.0")
// Remove after first release with Scala Native 0.5
def mimaPreviousArtifacts = T { Seq.empty }
}
object snunit extends Cross[SNUnitModule](scalaVersions)
trait SNUnitModule extends Common.Cross with Publish {
Expand Down

0 comments on commit 79dd877

Please # to comment.