From 5f16c02cb35f270e7225c6be47347431c4d9dbb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Doeraene?= Date: Wed, 14 Jul 2021 16:56:08 +0200 Subject: [PATCH] Bump to 2.0.0-SNAPSHOT. So that we can release v2.0.0 with the Scala 3 artifact. Fixes #451. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5fe801501..fee60ffa2 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ ThisBuild / crossScalaVersions := { ThisBuild / scalaVersion := crossScalaVersions.value.head val commonSettings = Seq( - version := "1.2.0-SNAPSHOT", + version := "2.0.0-SNAPSHOT", organization := "org.scala-js", scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings") )