From 0e5474ce557e9e30ab579d3e96dbbeb285d3af9f Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 04:13:37 +0000 Subject: [PATCH] Update scala-library to 2.13.17 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..a476ce2e 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.4, 2.12.19, 2.13.17] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 3323cac9..67bd393b 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.4", "2.12.19", "2.13.17") ThisBuild / githubWorkflowTargetBranches := Seq("series/0.x")