Skip to content

Commit

Permalink
Bump to 2.0.0-SNAPSHOT.
Browse files Browse the repository at this point in the history
So that we can release v2.0.0 with the Scala 3 artifact.

Fixes scala-js#451.
  • Loading branch information
sjrd committed Jul 14, 2021
1 parent 15e732b commit 5f16c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)
Expand Down

0 comments on commit 5f16c02

Please sign in to comment.