From 7f77ca4332170f8439eb097d6b19a65ba78c75ea Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 19:31:50 +0000 Subject: [PATCH] Update scala-compiler, scala-library, ... to 2.13.15 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a225b47b..30cec6d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.14, 3.3.3] + scala: [2.13.15, 3.3.3] java: [temurin@17] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 1a4a3ce2..502a6268 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import sbt.librarymanagement.ConflictWarning -val scala_2_13 = "2.13.14" +val scala_2_13 = "2.13.15" val scala_3 = "3.3.3" val mainScalaVersion = scala_3 val supportedScalaVersions = Seq(scala_2_13, scala_3)