Skip to content

Commit 5f16c02

Browse files
committed
Bump to 2.0.0-SNAPSHOT.
So that we can release v2.0.0 with the Scala 3 artifact. Fixes #451.
1 parent 15e732b commit 5f16c02

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
@@ -12,7 +12,7 @@ ThisBuild / crossScalaVersions := {
1212
ThisBuild / scalaVersion := crossScalaVersions.value.head
1313

1414
val commonSettings = Seq(
15-
version := "1.2.0-SNAPSHOT",
15+
version := "2.0.0-SNAPSHOT",
1616
organization := "org.scala-js",
1717
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings")
1818
)

0 commit comments

Comments
 (0)