From 52f4d0343cb82886b57fe72c1a91503de8f685b5 Mon Sep 17 00:00:00 2001 From: scalameta-bot <50175807+scalameta-bot@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:49:10 +0100 Subject: [PATCH] Update scala-library to 2.13.15 (#511) 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 a76705f5..6c9c593e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - scala: [2.12.20, 2.13.14] + scala: [2.12.20, 2.13.15] os: [ubuntu-latest] java: [11, 8] steps: diff --git a/build.sbt b/build.sbt index 511008a8..3774b80f 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,8 @@ lazy val Version = new { "2.13.11", "2.13.12", "2.13.13", - "2.13.14" + "2.13.14", + "2.13.15" ) val scala212Versions = Seq( "2.12.16",