We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f5810 commit d3c6dd7Copy full SHA for d3c6dd7
build.sbt
@@ -11,7 +11,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
11
.jvmSettings(scalaModuleSettingsJVM)
12
.settings(
13
name := "scala-xml",
14
- version := "1.2.0-SNAPSHOT",
+ version := "1.2.1-SNAPSHOT",
15
16
// this line could be removed after https://github.com/scala/sbt-scala-module/issues/48 is fixed
17
licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0"))),
@@ -29,8 +29,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
29
)
30
},
31
mimaPreviousVersion := {
32
- if (System.getenv("SCALAJS_VERSION") == "1.0.0-M7") None // No such release yet
33
- else Some("1.1.1")
+ Some("1.2.0")
34
35
36
unmanagedSourceDirectories in Compile ++= {
0 commit comments