From 8c98f90330299405dc99baa6d3353a58fe9fe9a4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 28 Mar 2024 21:48:20 +0000 Subject: [PATCH] Update scala3-library to 3.4.1 --- .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..8e077549 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.6, 3.4.1] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 4e1cd779..31c978ad 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.6", "3.4.1") ThisBuild / scalaVersion := crossScalaVersions.value.filter(_.startsWith("2")).last ThisBuild / githubWorkflowJavaVersions := Seq("adopt@1.8")