Skip to content

Commit b189eb1

Browse files
committed
Bump version to 2.0
1 parent 7f2d7f1 commit b189eb1

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
@@ -11,7 +11,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
1111
.jvmSettings(scalaModuleSettingsJVM)
1212
.settings(
1313
name := "scala-xml",
14-
version := "1.2.1-SNAPSHOT",
14+
version := "2.0.0-SNAPSHOT",
1515

1616
// this line could be removed after https://github.com/scala/sbt-scala-module/issues/48 is fixed
1717
licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0"))),

0 commit comments

Comments
 (0)