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 ef45761 commit d068356Copy full SHA for d068356
build.sbt
@@ -1,10 +1,10 @@
1
import com.typesafe.tools.mima.core.{Problem, ProblemFilters}
2
3
-val previousVersion: Option[String] = Some("1.3.0")
+val previousVersion: Option[String] = Some("1.4.0")
4
val newScalaBinaryVersionsInThisRelease: Set[String] = Set()
5
6
inThisBuild(Def.settings(
7
- version := "1.4.0",
+ version := "1.4.1-SNAPSHOT",
8
organization := "org.scala-js",
9
scalaVersion := "2.12.11",
10
crossScalaVersions := Seq("2.11.12", "2.12.11", "2.13.2"),
0 commit comments