We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd6d869 commit ef45761Copy full SHA for ef45761
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.4.0-SNAPSHOT",
+ version := "1.4.0",
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