From cb5104e566a37130edad9f3300468b05af8a6c2d Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 00:19:59 +0000 Subject: [PATCH] Update scala-library to 2.13.13 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 97e6ab8..df39bc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.1, 2.12.18, 2.13.12] + scala: [3.3.1, 2.12.18, 2.13.13] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index ab179fa..3369e86 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.1", "2.12.18", "2.13.12") +ThisBuild / crossScalaVersions := Seq("3.3.1", "2.12.18", "2.13.13") ThisBuild / githubWorkflowTargetBranches := Seq("series/0.x")