From 83f41369796817afcd98aaf9f8fbfc4d263adb22 Mon Sep 17 00:00:00 2001 From: Philippus Date: Sat, 12 Sep 2020 17:39:19 +0200 Subject: [PATCH] Update dotty 0.26.0-RC1 to 0.27.0-RC1 --- .travis.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f1f33044..d5995896 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ import: scala/scala-dev:travis/default.yml language: scala scala: - - 0.26.0-RC1 + - 0.27.0-RC1 - 2.11.12 - 2.12.11 - 2.13.3 @@ -17,7 +17,7 @@ env: matrix: exclude: - - scala: 0.26.0-RC1 + - scala: 0.27.0-RC1 env: ADOPTOPENJDK=8 SCALAJS_VERSION=1.2.0 include: - scala: 2.11.12 diff --git a/build.sbt b/build.sbt index 001267cf..6a5951d9 100644 --- a/build.sbt +++ b/build.sbt @@ -45,7 +45,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test ) .jsSettings( - crossScalaVersions -= "0.26.0-RC1", + crossScalaVersions -= "0.27.0-RC1", // Scala.js cannot run forked tests fork in Test := false )