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