From 50d0921c477a8513d7c53309aa2c35f717cf5aea Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 1 Oct 2024 00:53:58 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3813e19..c7d8620 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.4, 2.13.14, 2.12.20] + scala: [3.3.4, 2.13.15, 2.12.20] java: [temurin@11, temurin@17, temurin@21] runs-on: ${{ matrix.os }} steps: @@ -81,7 +81,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.14] + scala: [2.13.15] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 3129393..2c24508 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ -val mainScala = "2.13.14" -val allScala = Seq("3.3.4", "2.13.14", "2.12.20") +val mainScala = "2.13.15" +val allScala = Seq("3.3.4", "2.13.15", "2.12.20") val zioVersion = "2.1.9" val zioAwsVersion = "7.21.15.15"