From 4b47d1f73393deb541e6ec300c25eac2480ce3f5 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 20 Jun 2019 09:36:39 +0200 Subject: [PATCH 1/2] bump Dotty version --- .travis.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 97ff62774..db3d2abce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ jdk: scala: - 2.12.8 - 2.13.0 - - 0.15.0-RC1 + - 0.16.0-RC3 env: global: diff --git a/build.sbt b/build.sbt index 8397b845a..cb3d84d41 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform) .settings(scalaModuleSettings) .jvmSettings(scalaModuleSettingsJVM) .jvmSettings( - crossScalaVersions += "0.15.0-RC1" + crossScalaVersions += "0.16.0-RC3" ) .settings( name := "scala-xml", From 0fbb3fa2cf20518fb67eb82991ba4f936492c3b0 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 20 Jun 2019 09:36:54 +0200 Subject: [PATCH 2/2] bump sbt version --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index c66f82ead..c9f29468d 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.3.0-RC1 +sbt.version=1.3.0-RC2