Skip to content

Commit be53fbb

Browse files
committed
Bump version for next release
1 parent 4a54464 commit be53fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lazy val xml = crossProject.in(file("."))
2020
.jvmSettings(scalaModuleSettingsJVM)
2121
.settings(
2222
name := "scala-xml",
23-
version := "1.1.0-SNAPSHOT",
23+
version := "1.1.1-SNAPSHOT",
2424

2525
scalacOptions ++= "-deprecation:false -feature -Xlint:-stars-align,-nullary-unit,_".split("\\s+").to[Seq],
2626
scalacOptions in Test += "-Xxml:coalescing",

0 commit comments

Comments
 (0)