We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad31b2d commit f37d71dCopy full SHA for f37d71d
build.sbt
@@ -30,7 +30,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
30
.settings(scalaModuleSettings)
31
.jvmSettings(scalaModuleSettingsJVM)
32
.jvmSettings(
33
- crossScalaVersions += "0.14.0-RC1"
+ crossScalaVersions += "0.15.0-RC1"
34
)
35
.settings(
36
name := "scala-xml",
0 commit comments