We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c79a923 commit 8261486Copy full SHA for 8261486
build.sbt
@@ -2,7 +2,7 @@ val previousVersion: Option[String] = Some("1.1.1")
2
val newScalaBinaryVersionsInThisRelease: Set[String] = Set()
3
4
inThisBuild(Def.settings(
5
- version := "1.2.0-SNAPSHOT",
+ version := "1.2.0",
6
organization := "org.scala-js",
7
scalaVersion := "2.12.11",
8
crossScalaVersions := Seq("2.11.12", "2.12.11", "2.13.2"),
0 commit comments