Skip to content

Commit b4855db

Browse files
committed
Set version to 2.0.0-SNAPSHOT
1 parent 639d5f4 commit b4855db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ val newScalaBinaryVersionsInThisRelease: Set[String] =
1414
Set()
1515

1616
val commonSettings: Seq[Setting[_]] = Seq(
17-
version := "1.1.2-SNAPSHOT",
17+
version := "2.0.0-SNAPSHOT",
1818
organization := "org.scala-js",
1919
scalaVersion := "2.12.20",
2020
crossScalaVersions := Seq("2.12.20", "2.13.15"),

0 commit comments

Comments
 (0)