Skip to content

Commit

Permalink
Made mima versions list explicit (#145)
Browse files Browse the repository at this point in the history
Made the version list explicit to avoid issues with freshly tagged
builds.

Pull request: #145
  • Loading branch information
lefou authored Oct 20, 2023
1 parent bd6d172 commit 69fe583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ val scalaJSVersions = scalaVersions.map((_, "1.10.1"))
val scalaNativeVersions = scalaVersions.map((_, "0.4.5"))

trait MimaCheck extends Mima {
def mimaPreviousVersions = VcsVersion.vcsState().lastTag.toSeq
def mimaPreviousVersions = Seq("0.2.4", "0.2.5", "0.2.6", "0.2.7", "0.2.8", "0.3.0", "0.3.1")
}

trait SourcecodeModule extends PublishModule with MimaCheck {
Expand Down

0 comments on commit 69fe583

Please sign in to comment.