Skip to content

Commit f37d71d

Browse files
committed
Upgrade to Dotty 0.15.0-RC1
1 parent ad31b2d commit f37d71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
3030
.settings(scalaModuleSettings)
3131
.jvmSettings(scalaModuleSettingsJVM)
3232
.jvmSettings(
33-
crossScalaVersions += "0.14.0-RC1"
33+
crossScalaVersions += "0.15.0-RC1"
3434
)
3535
.settings(
3636
name := "scala-xml",

0 commit comments

Comments
 (0)