From 2b7e6c17bd22f9d469b9e3514a084601337155dd Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 01:13:41 +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 e15d92b..437c514 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - scala: [2.13.11, 2.12.18, 3.3.0] + scala: [2.13.13, 2.12.18, 3.3.0] java: [temurin@11, temurin@17] exclude: - scala: 2.12.18 diff --git a/build.sbt b/build.sbt index 6796321..2f0ab4a 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ ThisBuild / developers := List( // publish website from this branch ThisBuild / tlSitePublishBranch := Some("main") -val Scala213 = "2.13.11" +val Scala213 = "2.13.13" ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.18", "3.3.0") ThisBuild / scalaVersion := Scala213 // the default Scala ThisBuild / githubWorkflowJavaVersions ~= {