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 23b23dd commit 0c53c45Copy full SHA for 0c53c45
build.sbt
@@ -22,7 +22,8 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
22
scalacOptions in Test += "-Xxml:coalescing",
23
24
mimaPreviousVersion := {
25
- Some("1.2.0")
+ if (System.getenv("SCALAJS_VERSION") == "1.0.0-M8") None // No such release yet
26
+ else Some("1.2.0")
27
},
28
29
unmanagedSourceDirectories in Compile ++= {
0 commit comments