From 590820fe4f647991af257a791ec253a39558ba81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Doeraene?= Date: Mon, 3 Jun 2019 14:38:26 +0200 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 bae0a31..5433989 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ inThisBuild(Seq( - version := "1.0.0-M8", + version := "1.0.0-SNAPSHOT", organization := "org.scala-js", crossScalaVersions := Seq("2.12.8", "2.10.7", "2.11.12"),