We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6dabd commit afde640Copy full SHA for afde640
build.sbt
@@ -7,13 +7,13 @@ import org.openqa.selenium.Capabilities
7
import org.scalajs.jsenv.selenium.SeleniumJSEnv
8
import org.scalajs.jsenv.selenium.TestCapabilities
9
10
-val previousVersion: Option[String] = Some("1.1.0")
+val previousVersion: Option[String] = Some("1.1.1")
11
12
val newScalaBinaryVersionsInThisRelease: Set[String] =
13
Set()
14
15
val commonSettings: Seq[Setting[_]] = Seq(
16
- version := "1.1.1",
+ version := "1.1.2-SNAPSHOT",
17
organization := "org.scala-js",
18
scalaVersion := "2.11.12",
19
crossScalaVersions := Seq("2.11.12", "2.12.10", "2.13.1"),
0 commit comments