From bc0f31a93fac6ec685853375af811fba6d4db309 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:32:19 +0000 Subject: [PATCH] Update scala-library to 2.13.13 --- .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 1db8cb9..46b103e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - scala: [2.12.14, 2.13.6, 3.0.2] + scala: [2.12.14, 2.13.13, 3.0.2] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 02c4f83..14d6076 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ ThisBuild / organizationName := "Typelevel" ThisBuild / startYear := Some(2021) -ThisBuild / crossScalaVersions := Seq("2.12.14", "2.13.6", "3.0.2") +ThisBuild / crossScalaVersions := Seq("2.12.14", "2.13.13", "3.0.2") ThisBuild / githubWorkflowOSes ++= Seq("macos-latest", "windows-latest")