Skip to content

Commit af1120b

Browse files
SethTisueashawley
authored andcommitted
restore MiMa exemption temporarily
1 parent c0c75ba commit af1120b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
5050
scalacOptions in Test += "-Xxml:coalescing",
5151

5252
mimaPreviousVersion := {
53-
Some("1.2.0")
53+
if (System.getenv("SCALAJS_VERSION") == "1.0.0-M8") None // No such release yet
54+
else Some("1.2.0")
5455
},
5556
mimaBinaryIssueFilters ++= {
5657
import com.typesafe.tools.mima.core._

0 commit comments

Comments
 (0)