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 c04ada5 commit 2d78af5Copy full SHA for 2d78af5
build.sbt
@@ -1,5 +1,5 @@
1
-val previousVersion: Option[String] = Some("1.1.1")
2
-val newScalaBinaryVersionsInThisRelease: Set[String] = Set("3")
+val previousVersion: Option[String] = Some("1.2.0")
+val newScalaBinaryVersionsInThisRelease: Set[String] = Set.empty
3
4
inThisBuild(Def.settings(
5
organization := "org.scala-js",
0 commit comments