From 29eb97660e4b0957dc42a1a162bf94b02fefdca0 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 16 Jun 2020 13:57:55 -0700 Subject: [PATCH 1/2] bump Scala versions (to 2.12.11, 2.13.2) --- .travis.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index bc874fa2..2e0d04fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,8 @@ import: scala/scala-dev:travis/default.yml language: scala scala: - - 2.12.10 - - 2.13.0 + - 2.12.11 + - 2.13.2 env: - ADOPTOPENJDK=8 diff --git a/README.md b/README.md index a5a66d91..d5f08434 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ to match your project’s Scala binary version): org.scala-lang scala-reflect - 2.12.10 + 2.12.11 provided ``` From d0d615a486817ae8b3168d5c7a4f2090cafa9cbd Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 16 Jun 2020 13:58:02 -0700 Subject: [PATCH 2/2] bump sbt version (to 1.3.12) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index a82bb05e..654fe70c 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.3.7 +sbt.version=1.3.12