We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0fd30c + d16949b commit bd6d869Copy full SHA for bd6d869
build.sbt
@@ -4,7 +4,7 @@ val previousVersion: Option[String] = Some("1.3.0")
4
val newScalaBinaryVersionsInThisRelease: Set[String] = Set()
5
6
inThisBuild(Def.settings(
7
- version := "1.3.1-SNAPSHOT",
+ version := "1.4.0-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