Skip to content

Commit e2d340f

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jdk:
77
scala:
88
- 2.12.8
99
- 2.13.0-RC2
10-
- 0.14.0-RC1
10+
- 0.15.0-RC1
1111

1212
env:
1313
global:
@@ -29,9 +29,9 @@ matrix:
2929
env: SCALAJS_VERSION=0.6.27
3030
- jdk: openjdk11
3131
env: SCALAJS_VERSION=1.0.0-M7
32-
- scala: 0.14.0-RC1
32+
- scala: 0.15.0-RC1
3333
env: SCALAJS_VERSION=0.6.27
34-
- scala: 0.14.0-RC1
34+
- scala: 0.15.0-RC1
3535
env: SCALAJS_VERSION=1.0.0-M7
3636

3737
script:

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)