We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639d5f4 commit b4855dbCopy full SHA for b4855db
build.sbt
@@ -14,7 +14,7 @@ val newScalaBinaryVersionsInThisRelease: Set[String] =
14
Set()
15
16
val commonSettings: Seq[Setting[_]] = Seq(
17
- version := "1.1.2-SNAPSHOT",
+ version := "2.0.0-SNAPSHOT",
18
organization := "org.scala-js",
19
scalaVersion := "2.12.20",
20
crossScalaVersions := Seq("2.12.20", "2.13.15"),
0 commit comments