From 09d576a9ae654dc187df67ddc2b13c7b567d8f6e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 16:20:33 +0000 Subject: [PATCH] Update scala-compiler, 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 f1f40998..9be33adf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.18, 2.13.7] + scala: [2.12.19, 2.13.7] java: [temurin@8, temurin@17] project: [rootJS, rootJVM, rootNative] exclude: diff --git a/build.sbt b/build.sbt index fda582f3..ae746639 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import sbtcrossproject.{ CrossType, crossProject } -val Scala212V = "2.12.18" +val Scala212V = "2.12.19" val Scala213V = "2.13.7" val circeVersion = "0.14.6"