diff --git a/.travis.yml b/.travis.yml index d1469b73..fc43bd60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,8 @@ import: scala/scala-dev:travis/default.yml language: scala scala: + - 3.0.0 - 3.0.0-RC3 - - 3.0.0-RC2 - 2.11.12 - 2.12.13 - 2.13.5 diff --git a/build.sbt b/build.sbt index 01a26cdf..ce5d40f0 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,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.4.3" % Test, + libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.4" % Test, apiMappings ++= scalaInstance.value.libraryJars.collect { case file if file.getName.startsWith("scala-library") && file.getName.endsWith(".jar") =>