Skip to content

Commit 92f7b2a

Browse files
committed
Towards 1.1.2.
1 parent 75bed09 commit 92f7b2a

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
@@ -1,8 +1,8 @@
1-
val previousVersion: Option[String] = Some("1.1.0")
1+
val previousVersion: Option[String] = Some("1.1.1")
22
val newScalaBinaryVersionsInThisRelease: Set[String] = Set()
33

44
inThisBuild(Def.settings(
5-
version := "1.1.1",
5+
version := "1.1.2-SNAPSHOT",
66
organization := "org.scala-js",
77
scalaVersion := "2.12.11",
88
crossScalaVersions := Seq("2.11.12", "2.12.11", "2.13.2"),

0 commit comments

Comments
 (0)