From 2a805f16bad971d219a416eb2f38b8226f796eca Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 19 May 2021 04:30:29 +0200 Subject: [PATCH] scala-compiler, scala-library, ... 2.13.6 (was 2.13.5) --- .travis.yml | 4 ++-- project/Dependencies.scala | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index bb625de85..5dceaa3bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ jobs: - name: "Run tests with Scala 2.13 and AdoptOpenJDK 11" script: scripts/test-code.sh env: - - SCALA_VERSION=2.13.5 + - SCALA_VERSION=2.13.6 - TRAVIS_JDK=11 - name: "Run tests with Scala 2.12 and AdoptOpenJDK 8" @@ -46,7 +46,7 @@ jobs: - name: "Run tests with Scala 2.13 and AdoptOpenJDK 8" script: scripts/test-code.sh env: - - SCALA_VERSION=2.13.5 + - SCALA_VERSION=2.13.6 - TRAVIS_JDK=8 - name: "Run tests with Scala 3 and AdoptOpenJDK 8" diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 168ba1745..2b954c5a4 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -1,6 +1,6 @@ object Dependencies { // scalaVersion needs to be kept in sync with travis-ci val Scala212 = "2.12.13" - val Scala213 = "2.13.5" + val Scala213 = "2.13.6" val Scala3 = Seq("3.0.0-RC2", "3.0.0-RC3") }