From 3816861fc2dd1ba60866f9d919acbbafec7bf0d3 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 28 Feb 2024 00:14:39 +0100 Subject: [PATCH] Update scala-compiler, scala-library, ... to 2.12.19 (#1346) --- .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 36dbe869a..325176e42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - scala: [2.12.18, 2.13.11] + scala: [2.12.19, 2.13.11] java: [adopt@1.8] platform: [jvm, js, native] runs-on: ${{ matrix.os }} diff --git a/build.sbt b/build.sbt index a0ee3fc8b..195697c75 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import com.github.sbt.git.SbtGit.GitKeys.* import sbtcrossproject.CrossProject -val Scala212 = "2.12.18" +val Scala212 = "2.12.19" val Scala213 = "2.13.11" commonSettings