We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fcca96 commit e259c15Copy full SHA for e259c15
build.sbt
@@ -4,7 +4,7 @@ val previousVersion: Option[String] = Some("1.2.1")
4
val newScalaBinaryVersionsInThisRelease: Set[String] = Set()
5
6
inThisBuild(Def.settings(
7
- version := "1.3.0-SNAPSHOT",
+ version := "1.3.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