From b53caee786d0b3e69eb51aa363d4019e4ac52836 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 20 Mar 2024 17:49:23 +0000 Subject: [PATCH] Update scala-library to 2.12.19 --- .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 8af9744..a2ea1e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - scala: [2.12.18, 2.13.12, 3.3.3] + scala: [2.12.19, 2.13.12, 3.3.3] java: [temurin@8, temurin@11, temurin@17, temurin@21] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 62e0ae5..b4b2c29 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import com.jsuereth.sbtpgp.PgpKeys.publishSigned name := "pekko-streams-circe" val scala213Version = "2.13.12" -val scala212Version = "2.12.18" +val scala212Version = "2.12.19" val scala3Version = "3.3.3" val circeVersion = "0.14.6"