Skip to content

Commit 3e46cd3

Browse files
authored
Merge pull request #326 from SethTisue/version-bumps
Update Dotty and sbt
2 parents a73c104 + 0fbb3fa commit 3e46cd3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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",

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.3.0-RC1
1+
sbt.version=1.3.0-RC2

0 commit comments

Comments
 (0)