Skip to content

Commit 0c53c45

Browse files
committed
restore MiMa exemption temporarily
1 parent 23b23dd commit 0c53c45

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
@@ -22,7 +22,8 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
2222
scalacOptions in Test += "-Xxml:coalescing",
2323

2424
mimaPreviousVersion := {
25-
Some("1.2.0")
25+
if (System.getenv("SCALAJS_VERSION") == "1.0.0-M8") None // No such release yet
26+
else Some("1.2.0")
2627
},
2728

2829
unmanagedSourceDirectories in Compile ++= {

0 commit comments

Comments
 (0)