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 1b560e6 commit 9101e62Copy full SHA for 9101e62
build.sbt
@@ -1,7 +1,7 @@
1
import com.typesafe.tools.mima.core.{Problem, ProblemFilters}
2
3
-val previousVersion: Option[String] = Some("1.4.0")
4
-val newScalaBinaryVersionsInThisRelease: Set[String] = Set("3")
+val previousVersion: Option[String] = Some("1.5.0")
+val newScalaBinaryVersionsInThisRelease: Set[String] = Set.empty
5
6
inThisBuild(Def.settings(
7
organization := "org.scala-js",
0 commit comments