From 9ad49108b4c3dcd78b21d41ae5bfa6e67ea711a0 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 28 Feb 2024 10:39:34 +0100 Subject: [PATCH] Update scala-library to 2.13.13 (#474) --- .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 d4c426e6b..94cb7d731 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.12 + scala-version: 2.13.13 - scala: '3' scala-version: 3.3.1 diff --git a/build.sbt b/build.sbt index 836e9c2f1..beb906f25 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.12", "3.3.1") +ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.13", "3.3.1") // taken from https://github.com/scala/bug/issues/12632 ThisBuild / libraryDependencySchemes ++= Seq(