Skip to content

Commit 4b47d1f

Browse files
committed
bump Dotty version
1 parent a73c104 commit 4b47d1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jdk:
77
scala:
88
- 2.12.8
99
- 2.13.0
10-
- 0.15.0-RC1
10+
- 0.16.0-RC3
1111

1212
env:
1313
global:

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.15.0-RC1"
33+
crossScalaVersions += "0.16.0-RC3"
3434
)
3535
.settings(
3636
name := "scala-xml",

0 commit comments

Comments
 (0)