From 75388a6a3cea0cfc40903f1c36d41c7f2b00bd51 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 3 Oct 2023 19:40:35 +0000 Subject: [PATCH] Update scala-library to 2.13.12 in series/3.x --- .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 b74f1a28a..aff6eae1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: - run: sbt '++ ${{ matrix.scala }}' ci - - if: matrix.scala == '2.13.10' + - if: matrix.scala == '2.13.12' run: sbt '++ ${{ matrix.scala }}' docs/run publish: diff --git a/build.sbt b/build.sbt index 3432bad65..c91bb7b7e 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ val munitVersion = "0.7.29" val scala212 = "2.12.17" -val scala213 = "2.13.10" +val scala213 = "2.13.12" val scala3 = "3.3.1"