Skip to content

Commit afde640

Browse files
committed
Towards 1.1.2.
1 parent 6a6dabd commit afde640

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ import org.openqa.selenium.Capabilities
77
import org.scalajs.jsenv.selenium.SeleniumJSEnv
88
import org.scalajs.jsenv.selenium.TestCapabilities
99

10-
val previousVersion: Option[String] = Some("1.1.0")
10+
val previousVersion: Option[String] = Some("1.1.1")
1111

1212
val newScalaBinaryVersionsInThisRelease: Set[String] =
1313
Set()
1414

1515
val commonSettings: Seq[Setting[_]] = Seq(
16-
version := "1.1.1",
16+
version := "1.1.2-SNAPSHOT",
1717
organization := "org.scala-js",
1818
scalaVersion := "2.11.12",
1919
crossScalaVersions := Seq("2.11.12", "2.12.10", "2.13.1"),

0 commit comments

Comments
 (0)