From 1fb0901a347ac01a47079586e973ad0aa1ec44b4 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 11 Jun 2023 00:52:49 +0200 Subject: [PATCH] Update scala-library to 2.13.11 (#411) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Rui Gonçalves --- .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 74769e570..0ec91b803 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - scala: '2.12' scala-version: 2.12.18 - scala: '2.13' - scala-version: 2.13.10 + scala-version: 2.13.11 - scala: '3' scala-version: 3.3.0 diff --git a/build.sbt b/build.sbt index 89d2b4f7a..132099a3f 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import ReleaseTransformations._ ThisBuild / organization := "net.ruippeixotog" ThisBuild / scalaVersion := "2.12.18" -ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.10", "3.3.0") +ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.11", "3.3.0") // taken from https://github.com/scala/bug/issues/12632 ThisBuild / libraryDependencySchemes ++= Seq(