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 94d27c5 commit bf9d3c2Copy full SHA for bf9d3c2
build.sbt
@@ -15,6 +15,7 @@ lazy val commonSettings = Seq(
15
|additional information regarding copyright ownership.
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")))
20
None
21
else
0 commit comments