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 b26ae86 commit 03be45fCopy full SHA for 03be45f
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").forall(_.startsWith("1.0.0-")))
+ if(sys.env.get("SCALAJS_VERSION").exists(_.startsWith("1.0.0-")))
20
None
21
else
22
Some("2.1.1")
0 commit comments