Skip to content

Commit 246634d

Browse files
committed
Bump version for next release
1 parent eab3a79 commit 246634d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.sbt

+2-2
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.1.1-SNAPSHOT",
14+
version := "1.2.0-SNAPSHOT",
1515

1616
// Compiler team advised avoiding the -Xfuture option for releases.
1717
// The output with -Xfuture should be periodically checked, though.
@@ -20,7 +20,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
2020

2121
mimaPreviousVersion := {
2222
if (System.getenv("SCALAJS_VERSION") == "1.0.0-M5") None // No such release yet
23-
else Some("1.1.0")
23+
else Some("1.1.1")
2424
},
2525

2626
unmanagedSourceDirectories in Compile ++= {

0 commit comments

Comments
 (0)