From 280f91d58a3b71759e42ed7cfefb5055dd97279c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 21:02:48 +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 eab0e46..956efbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.11.12, 2.13.6, 2.12.14, 3.1.1] + scala: [2.11.12, 2.13.6, 2.12.19, 3.1.1] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 2c147ae..86c6442 100644 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ ThisBuild / githubWorkflowUseSbtThinClient := false ThisBuild / githubWorkflowPublishTargetBranches := Seq() -ThisBuild / crossScalaVersions := Seq("2.10.7", "2.11.12", "2.13.6", "2.12.14", Scala3) +ThisBuild / crossScalaVersions := Seq("2.10.7", "2.11.12", "2.13.6", "2.12.19", Scala3) ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.last // Coveralls doesn't really work with Scala 2.10.7 so we are disabling it for CI