From f4a8d06f9bee0c43b2af14209bda798b7ca61764 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 15 Oct 2022 11:35:46 +0000 Subject: [PATCH 1/5] Update scala-library to 2.13.10 --- .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 8c4e754..e5b0020 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.1.3] + scala: [2.13.10, 3.1.3] 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.10] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index c2b7963..4d337fc 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ val devs = List( inThisBuild( Seq( - scalaVersion := "2.13.8", + scalaVersion := "2.13.10", crossScalaVersions := List(scalaVersion.value, "3.1.3"), versionScheme := Some("semver-spec"), organization := "com.stuart", From cb71a5176ed8553b2680c597e8f5b9a5ebba11e4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 15 Oct 2022 11:36:31 +0000 Subject: [PATCH 2/5] 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 e5b0020..5ad69cb 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.10) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.8-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.10-${{ matrix.java }} - - name: Inflate target directories (2.13.8) + - name: Inflate target directories (2.13.10) run: | tar xf targets.tar rm targets.tar From 4f7ce638804ad0be8e584af086351eb8285e6248 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 10 Nov 2022 21:44:41 +0000 Subject: [PATCH 3/5] Revert commit(s) cb71a51, f4a8d06 --- .github/workflows/ci.yml | 10 +++++----- build.sbt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ad69cb..8c4e754 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10, 3.1.3] + scala: [2.13.8, 3.1.3] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -73,7 +73,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10] + scala: [2.13.8] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -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.10) + - name: Download target directories (2.13.8) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.10-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.8-${{ matrix.java }} - - name: Inflate target directories (2.13.10) + - name: Inflate target directories (2.13.8) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 4d337fc..c2b7963 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ val devs = List( inThisBuild( Seq( - scalaVersion := "2.13.10", + scalaVersion := "2.13.8", crossScalaVersions := List(scalaVersion.value, "3.1.3"), versionScheme := Some("semver-spec"), organization := "com.stuart", From 882463163c9e77090c5a3ae00213dccc9f678a1e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 10 Nov 2022 21:44:48 +0000 Subject: [PATCH 4/5] Update scala-library to 2.13.10 --- .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..75fdeee 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.10, 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.10] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 093e753..3295b20 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ val devs = List( inThisBuild( Seq( - scalaVersion := "2.13.8", + scalaVersion := "2.13.10", crossScalaVersions := List(scalaVersion.value, "3.2.1"), versionScheme := Some("semver-spec"), organization := "com.stuart", From 46e1157e6bae6545b6378d2e86b1de2db71b9541 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 10 Nov 2022 21:45:18 +0000 Subject: [PATCH 5/5] 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 75fdeee..ba193ab 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.10) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.8-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.10-${{ matrix.java }} - - name: Inflate target directories (2.13.8) + - name: Inflate target directories (2.13.10) run: | tar xf targets.tar rm targets.tar