From 8c490ae5800cba7b0ea2503931efdcc57d7941a1 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 13 May 2024 00:26:41 +0200 Subject: [PATCH] Update scala-library to 2.13.14 (#481) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update scala-library to 2.13.14 * Update sbt-scoverage --------- 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 0d49136bf..3878f94ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - scala: '2.12' scala-version: 2.12.19 - scala: '2.13' - scala-version: 2.13.13 + scala-version: 2.13.14 - scala: '3' scala-version: 3.4.1 diff --git a/build.sbt b/build.sbt index 077120843..a2e41322b 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import ReleaseTransformations._ ThisBuild / organization := "net.ruippeixotog" ThisBuild / scalaVersion := "2.12.19" -ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.13", "3.4.1") +ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.14", "3.4.1") // taken from https://github.com/scala/bug/issues/12632 ThisBuild / libraryDependencySchemes ++= Seq(