From f37444a60ca88f9d0bffb2e3008440c0647d4a81 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Jun 2023 05:34:04 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.11 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d65fcd..25d49b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8, 3.2.1] + scala: [2.13.11, 3.2.1] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -73,7 +73,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8] + scala: [2.13.11] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 31a848e..f74291c 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ val devs = List( inThisBuild( Seq( - scalaVersion := "2.13.8", + scalaVersion := "2.13.11", crossScalaVersions := List(scalaVersion.value, "3.2.1"), versionScheme := Some("semver-spec"), organization := "com.stuart", From 74ab260fc652f625c56b2a211941409e8c3b99fe Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Jun 2023 05:34:44 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .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 25d49b6..20d5e39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,12 +101,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.13.8) + - name: Download target directories (2.13.11) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.8-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.11-${{ matrix.java }} - - name: Inflate target directories (2.13.8) + - name: Inflate target directories (2.13.11) run: | tar xf targets.tar rm targets.tar