From 94373e4a8eb29cdb38100002cd04fbfb4c6d8054 Mon Sep 17 00:00:00 2001 From: scalameta-bot <50175807+scalameta-bot@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:31:58 +0100 Subject: [PATCH] Update scala-library to 2.12.20 (#508) Co-authored-by: Alex Archambault --- .github/workflows/ci.yml | 2 +- build.sbt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbfb015e..a76705f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - scala: [2.12.19, 2.13.14] + scala: [2.12.20, 2.13.14] os: [ubuntu-latest] java: [11, 8] steps: diff --git a/build.sbt b/build.sbt index 66380b98..511008a8 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,8 @@ lazy val Version = new { "2.12.16", "2.12.17", "2.12.18", - "2.12.19" + "2.12.19", + "2.12.20" ) def scala213 = scala213Versions.last def scala212 = scala212Versions.last