From 02e390ffbe4ba83e622c0e6fdf36ca23a088fb16 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 07:37:01 +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 43ca04fc..89339409 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.14, 2.13.6, 3.0.2] + scala: [2.12.19, 2.13.6, 3.0.2] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 4e1cd779..113ac0d5 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import ReleaseTransformations._ ThisBuild / organization := "org.dhallj" -ThisBuild / crossScalaVersions := List("2.12.14", "2.13.6", "3.0.2") +ThisBuild / crossScalaVersions := List("2.12.19", "2.13.6", "3.0.2") ThisBuild / scalaVersion := crossScalaVersions.value.filter(_.startsWith("2")).last ThisBuild / githubWorkflowJavaVersions := Seq("adopt@1.8")