From cdfd123aa648ffbeec01066b999937a76541124f Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 13:23:25 +0000 Subject: [PATCH] Update scala3-library to 3.3.8 in series/0.x --- .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 b445570a..3f0ef968 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.4, 2.12.19, 2.13.12] + scala: [3.3.8, 2.12.19, 2.13.12] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 3323cac9..622f79ff 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ ThisBuild / organization := "com.codecommit" ThisBuild / publishGithubUser := "djspiewak" ThisBuild / publishFullName := "Daniel Spiewak" -ThisBuild / crossScalaVersions := Seq("3.3.4", "2.12.19", "2.13.12") +ThisBuild / crossScalaVersions := Seq("3.3.8", "2.12.19", "2.13.12") ThisBuild / githubWorkflowTargetBranches := Seq("series/0.x")