Skip to content

Commit f0dc9bd

Browse files
sjrdgzm0
authored andcommitted
Towards 1.2.1.
1 parent 8261486 commit f0dc9bd

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.1")
1+
val previousVersion: Option[String] = Some("1.2.0")
22
val newScalaBinaryVersionsInThisRelease: Set[String] = Set()
33

44
inThisBuild(Def.settings(
5-
version := "1.2.0",
5+
version := "1.2.1-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)