File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
11
11
.jvmSettings(scalaModuleSettingsJVM)
12
12
.settings(
13
13
name := " scala-xml" ,
14
- version := " 1.2.0 -SNAPSHOT" ,
14
+ version := " 1.2.1 -SNAPSHOT" ,
15
15
16
16
// this line could be removed after https://github.com/scala/sbt-scala-module/issues/48 is fixed
17
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
29
)
30
30
},
31
31
mimaPreviousVersion := {
32
- if (System .getenv(" SCALAJS_VERSION" ) == " 1.0.0-M7" ) None // No such release yet
33
- else Some (" 1.1.1" )
32
+ Some (" 1.2.0" )
34
33
},
35
34
36
35
unmanagedSourceDirectories in Compile ++= {
You can’t perform that action at this time.
0 commit comments