Skip to content

Commit ce8f853

Browse files
committed
Towards 1.0.0 again.
1 parent bafee59 commit ce8f853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ val newScalaBinaryVersionsInThisRelease: Set[String] =
1818
Set()
1919

2020
val commonSettings: Seq[Setting[_]] = Seq(
21-
version := "1.0.0-M7",
21+
version := "1.0.0-SNAPSHOT",
2222
organization := "org.scala-js",
2323
scalaVersion := "2.11.12",
2424
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),

0 commit comments

Comments
 (0)