From e38e66652d52fd4bc4032b4c337df6bacd779bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Doeraene?= Date: Tue, 14 Jan 2020 16:24:27 +0100 Subject: [PATCH] Towards 1.0.0 again. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 291e8bf..70c44f8 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ inThisBuild(Seq( - version := "1.0.0-RC3", + version := "1.0.0-SNAPSHOT", organization := "org.scala-js", crossScalaVersions := Seq("2.12.10", "2.11.12", "2.13.1"),