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 4a54464 commit be53fbbCopy full SHA for be53fbb
build.sbt
@@ -20,7 +20,7 @@ lazy val xml = crossProject.in(file("."))
20
.jvmSettings(scalaModuleSettingsJVM)
21
.settings(
22
name := "scala-xml",
23
- version := "1.1.0-SNAPSHOT",
+ version := "1.1.1-SNAPSHOT",
24
25
scalacOptions ++= "-deprecation:false -feature -Xlint:-stars-align,-nullary-unit,_".split("\\s+").to[Seq],
26
scalacOptions in Test += "-Xxml:coalescing",
0 commit comments