From fd08a7a298a1df3586f6a4ccd16aa989abefc9f8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 13 Jan 2022 07:53:35 +0100 Subject: [PATCH] Update scala-library to 2.13.8 in series/1.x --- .github/workflows/ci.yml | 6 +++--- build.sbt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0750c7c0d..e1e02f7c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15, 2.13.7, 3.0.1] + scala: [2.12.15, 2.13.8, 3.0.1] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: @@ -54,7 +54,7 @@ jobs: - run: sbt --client '++${{ matrix.scala }}; ci' - - if: matrix.scala == '2.13.7' + - if: matrix.scala == '2.13.8' run: sbt --client '++${{ matrix.scala }}; docs/run' publish: @@ -64,7 +64,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.7] + scala: [2.13.8] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index fb6b6d356..9b56c961a 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ val munitVersion = "0.7.29" val scala212 = "2.12.15" -val scala213 = "2.13.7" +val scala213 = "2.13.8" val scala3 = "3.0.1"