Skip to content

Commit 03be45f

Browse files
committed
Using exists
1 parent b26ae86 commit 03be45f

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").forall(_.startsWith("1.0.0-")))
19+
if(sys.env.get("SCALAJS_VERSION").exists(_.startsWith("1.0.0-")))
2020
None
2121
else
2222
Some("2.1.1")

0 commit comments

Comments
 (0)