Skip to content

Commit e4c7378

Browse files
committedDec 12, 2019
Towards 1.0.0 again.
1 parent 9993ccc commit e4c7378

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
@@ -13,7 +13,7 @@ val newScalaBinaryVersionsInThisRelease: Set[String] =
1313
Set()
1414

1515
val commonSettings: Seq[Setting[_]] = Seq(
16-
version := "1.0.0-RC2",
16+
version := "1.0.0-SNAPSHOT",
1717
organization := "org.scala-js",
1818
scalaVersion := "2.11.12",
1919
crossScalaVersions := Seq("2.11.12", "2.12.10", "2.13.1"),

0 commit comments

Comments
 (0)