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 89fed18 commit 7f35af5Copy full SHA for 7f35af5
build.sbt
@@ -41,17 +41,9 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
41
scalacOptions in Test += "-Xxml:coalescing",
42
43
scalaModuleMimaPreviousVersion := {
44
-<<<<<<< HEAD
45
if (isDotty.value) None // No such release yet
46
- // else if (System.getenv("SCALAJS_VERSION") == "1.0.0") None
+ // else if (System.getenv("SCALAJS_VERSION") == "1.0.1") None
47
else Some("1.3.0")
48
-||||||| 172ce22
49
- if (System.getenv("SCALAJS_VERSION") == "1.0.0") None
50
- else Some("1.2.0")
51
-=======
52
- if (System.getenv("SCALAJS_VERSION") == "1.0.1") None
53
54
->>>>>>> origin/1.x
55
},
56
mimaBinaryIssueFilters ++= {
57
import com.typesafe.tools.mima.core._
0 commit comments