diff --git a/.travis.yml b/.travis.yml index a84fbe65..c2b3e2cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,15 +5,15 @@ import: scala/scala-dev:travis/default.yml language: scala scala: - - 3.0.0-M2 + - 3.0.0-M3 - 2.11.12 - 2.12.12 - 2.13.4 env: - - ADOPTOPENJDK=8 SCALAJS_VERSION= - - ADOPTOPENJDK=8 SCALAJS_VERSION=1.3.1 - - ADOPTOPENJDK=11 SCALAJS_VERSION= + - ADOPTOPENJDK=8 SCALAJS_VERSION= CACHE_WORKAROUND=see-PR-335 + - ADOPTOPENJDK=8 SCALAJS_VERSION=1.3.1 CACHE_WORKAROUND=see-PR-335 + - ADOPTOPENJDK=11 SCALAJS_VERSION= CACHE_WORKAROUND=see-PR-335 matrix: include: diff --git a/build.sbt b/build.sbt index d4518e28..2f40f5d6 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test, // so we can `@nowarn` in test code, but only in test code, so the dependency // doesn't leak downstream - libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.3.1" % Test, + libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.3.2" % Test, apiMappings ++= scalaInstance.value.libraryJars.collect { case file if file.getName.startsWith("scala-library") && file.getName.endsWith(".jar") =>