From a8bba0da4a503a4426fb1c4a1646250103e35555 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:08:19 +0000 Subject: [PATCH] Update scala-library to 2.12.20 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 8e573db..dd1d903 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.3, 2.12.19, 2.13.12] + scala: [3.3.3, 2.12.20, 2.13.12] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 02528eb..aa351dd 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.3", "2.12.19", "2.13.12") +ThisBuild / crossScalaVersions := Seq("3.3.3", "2.12.20", "2.13.12") ThisBuild / githubWorkflowTargetBranches := Seq("series/0.x")