From d098a3d236ed394d8b33a753ace4515a0c3c1cca Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:59:18 +0100 Subject: [PATCH] Update scala-compiler, scala-library, ... to 2.12.19 (#315) --- .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 5291e45e..ea25173b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: java-version: [ 8 ] - scala: [ '2.11.12', '2.12.18', '2.13.11' ] + scala: [ '2.11.12', '2.12.19', '2.13.11' ] steps: - name: Checkout uses: actions/checkout@v3 @@ -33,7 +33,7 @@ jobs: strategy: matrix: java-version: [ 8 ] - scala: [ '2.11.12', '2.12.18', '2.13.11' ] + scala: [ '2.11.12', '2.12.19', '2.13.11' ] steps: - name: Checkout uses: actions/checkout@v3 diff --git a/build.sbt b/build.sbt index 75306326..7571d9c4 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ inThisBuild( ) ) -lazy val scala212 = "2.12.18" +lazy val scala212 = "2.12.19" lazy val scala211 = "2.11.12" lazy val scala213 = "2.13.11"