Skip to content

Commit b26ae86

Browse files
committed
Check all 1.0.0-X Scala.js versions
1 parent bf9d3c2 commit b26ae86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ lazy val commonSettings = Seq(
1616
|""".stripMargin)),
1717
scalaModuleMimaPreviousVersion := {
1818
// We need to create a release version first to use MiMa
19-
if(sys.env.get("SCALAJS_VERSION").exists(_.startsWith("1.0.0-M")))
19+
if(sys.env.get("SCALAJS_VERSION").forall(_.startsWith("1.0.0-")))
2020
None
2121
else
2222
Some("2.1.1")

0 commit comments

Comments
 (0)