From f550f44bb8cbae2512eaf8d343ae3199b1a7d4be Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 May 2024 04:30:07 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- .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..5917b478 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.14, 2.13.14, 3.0.2] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 4e1cd779..7ae49920 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.14", "2.13.14", "3.0.2") ThisBuild / scalaVersion := crossScalaVersions.value.filter(_.startsWith("2")).last ThisBuild / githubWorkflowJavaVersions := Seq("adopt@1.8")