We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9d3c2 commit b26ae86Copy full SHA for b26ae86
build.sbt
@@ -16,7 +16,7 @@ lazy val commonSettings = Seq(
16
|""".stripMargin)),
17
scalaModuleMimaPreviousVersion := {
18
// We need to create a release version first to use MiMa
19
- if(sys.env.get("SCALAJS_VERSION").exists(_.startsWith("1.0.0-M")))
+ if(sys.env.get("SCALAJS_VERSION").forall(_.startsWith("1.0.0-")))
20
None
21
else
22
Some("2.1.1")
0 commit comments