From 31baecba7e8a954800c922247398bb0ac60a8a26 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 12:15:26 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- .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 1a9a79b..02ed377 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.17, 2.13.10, 3.3.4] + scala: [2.12.17, 2.13.15, 3.3.4] java: [zulu@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 6b0479b..ed094bd 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ ThisBuild / organization := "org.typelevel" val Scala212 = "2.12.17" -ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.10", "3.3.4") +ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.15", "3.3.4") ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.head ThisBuild / githubWorkflowPublishTargetBranches := Seq()