From e799fbe69dc4ff4c6da4d849c89588e72498a547 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 13 Jan 2022 12:13:21 +0100 Subject: [PATCH 1/2] Update scala-library, scala-reflect to 2.13.8 --- .github/workflows/ci.yml | 4 ++-- project/Dependencies.scala | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd8cadc7..5b4287c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.7, 2.12.15] + scala: [2.13.8, 2.12.15] java: [temurin@8, temurin@17] runs-on: ${{ matrix.os }} steps: @@ -83,7 +83,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.7] + scala: [2.13.8] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 671724db..06aa246f 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -4,7 +4,7 @@ object Dependencies { object Version { val scala212 = "2.12.15" - val scala213 = "2.13.7" + val scala213 = "2.13.8" val scalatest = "3.2.10" From 3c22d5f78499680e718afdfcc1042c12578846e2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 13 Jan 2022 12:14:05 +0100 Subject: [PATCH 2/2] Regenerate workflow with sbt-github-actions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b4287c1..84f81025 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,12 +118,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.13.7) + - name: Download target directories (2.13.8) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.7-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.8-${{ matrix.java }} - - name: Inflate target directories (2.13.7) + - name: Inflate target directories (2.13.8) run: | tar xf targets.tar rm targets.tar