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