Skip to content

Commit

Permalink
Bump version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
ashawley committed Feb 20, 2018
1 parent 4a54464 commit be53fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lazy val xml = crossProject.in(file("."))
.jvmSettings(scalaModuleSettingsJVM)
.settings(
name := "scala-xml",
version := "1.1.0-SNAPSHOT",
version := "1.1.1-SNAPSHOT",

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

0 comments on commit be53fbb

Please sign in to comment.