We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab3a79 commit 246634dCopy full SHA for 246634d
build.sbt
@@ -11,7 +11,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
11
.jvmSettings(scalaModuleSettingsJVM)
12
.settings(
13
name := "scala-xml",
14
- version := "1.1.1-SNAPSHOT",
+ version := "1.2.0-SNAPSHOT",
15
16
// Compiler team advised avoiding the -Xfuture option for releases.
17
// The output with -Xfuture should be periodically checked, though.
@@ -20,7 +20,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
20
21
mimaPreviousVersion := {
22
if (System.getenv("SCALAJS_VERSION") == "1.0.0-M5") None // No such release yet
23
- else Some("1.1.0")
+ else Some("1.1.1")
24
},
25
26
unmanagedSourceDirectories in Compile ++= {
0 commit comments