We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2d7f1 commit b189eb1Copy full SHA for b189eb1
build.sbt
@@ -11,7 +11,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
11
.jvmSettings(scalaModuleSettingsJVM)
12
.settings(
13
name := "scala-xml",
14
- version := "1.2.1-SNAPSHOT",
+ version := "2.0.0-SNAPSHOT",
15
16
// this line could be removed after https://github.com/scala/sbt-scala-module/issues/48 is fixed
17
licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0"))),
0 commit comments