From e30e2afbfa3613875ba6f8415e016d888324c306 Mon Sep 17 00:00:00 2001 From: Philippus Date: Sat, 1 Aug 2020 21:47:21 +0200 Subject: [PATCH] Update dotty 0.25.0-RC2 to 0.26.0-RC1 --- .travis.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index aa8208af..22fd3a8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ import: scala/scala-dev:travis/default.yml language: scala scala: - - 0.25.0-RC2 + - 0.26.0-RC1 - 2.11.12 - 2.12.11 - 2.13.3 @@ -17,7 +17,7 @@ env: matrix: exclude: - - scala: 0.25.0-RC2 + - scala: 0.26.0-RC1 env: ADOPTOPENJDK=8 SCALAJS_VERSION=1.1.1 include: - scala: 2.11.12 diff --git a/build.sbt b/build.sbt index c1d00ef1..001267cf 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.25.0-RC2", + crossScalaVersions -= "0.26.0-RC1", // Scala.js cannot run forked tests fork in Test := false )