From 528de43bf2781fc5360805e32dc5dbb7799cd150 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 7 Sep 2024 00:21:45 +0200 Subject: [PATCH] Update scala-library to 2.12.20 (#507) 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1024897c4..9def28e6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: scala: ['2.12', '2.13', '3'] include: - scala: '2.12' - scala-version: 2.12.19 + scala-version: 2.12.20 - scala: '2.13' scala-version: 2.13.14 - scala: '3' diff --git a/build.sbt b/build.sbt index 03eaba0e4..b97ed815f 100644 --- a/build.sbt +++ b/build.sbt @@ -2,8 +2,8 @@ import ReleaseTransformations._ ThisBuild / organization := "net.ruippeixotog" -ThisBuild / scalaVersion := "2.12.19" -ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.14", "3.4.3") +ThisBuild / scalaVersion := "2.12.20" +ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.14", "3.4.3") // taken from https://github.com/scala/bug/issues/12632 ThisBuild / libraryDependencySchemes ++= Seq(