From e619c286b5084df0b2a95672ee4019b9bd4f8b0f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 22 Sep 2023 17:01:21 +0000 Subject: [PATCH] Update scala-library to 2.13.12 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 051b5bc..858f610 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.18, 2.13.11, 3.3.1] + scala: [2.12.18, 2.13.12, 3.3.1] java: [temurin@8, temurin@11, temurin@17] runs-on: ${{ matrix.os }} steps: @@ -87,7 +87,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.11] + scala: [2.13.12] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 530a6f1..4fbcdd8 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import com.jsuereth.sbtpgp.PgpKeys.publishSigned name := "pekko-streams-circe" -val scala213Version = "2.13.11" +val scala213Version = "2.13.12" val scala212Version = "2.12.18" val scala3Version = "3.3.1"