From 63692cf4417300238f2b6acea49202657d77cf15 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 6 Jul 2023 21:23:10 +0000 Subject: [PATCH 1/5] scala-library 2.12.18 (was 2.12.17) --- .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 b95479d..efeb0b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.17] + scala: [2.12.18] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -73,7 +73,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.17] + scala: [2.12.18] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 9dae2fc..67bb064 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import scala.collection.JavaConverters._ -ThisBuild / scalaVersion := "2.12.17" +ThisBuild / scalaVersion := "2.12.18" sbtPlugin := true crossSbtVersions := List("1.4.9") From 724000fc592a9d939adc1f6ce87222123941e806 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 6 Jul 2023 21:23:47 +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 efeb0b7..7f18eb9 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.12.17) + - name: Download target directories (2.12.18) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.17-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.18-${{ matrix.java }} - - name: Inflate target directories (2.12.17) + - name: Inflate target directories (2.12.18) run: | tar xf targets.tar rm targets.tar From a3044afb70bd41bfde89f97c210896285a3901a4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Sep 2023 20:13:52 +0000 Subject: [PATCH 3/5] Revert commit(s) 724000f, 63692cf --- .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 7f18eb9..b95479d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.18] + scala: [2.12.17] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -73,7 +73,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.18] + scala: [2.12.17] 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.12.18) + - name: Download target directories (2.12.17) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.18-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.17-${{ matrix.java }} - - name: Inflate target directories (2.12.18) + - name: Inflate target directories (2.12.17) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 67bb064..9dae2fc 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import scala.collection.JavaConverters._ -ThisBuild / scalaVersion := "2.12.18" +ThisBuild / scalaVersion := "2.12.17" sbtPlugin := true crossSbtVersions := List("1.4.9") From 452d56294312cb3c8a38d74e63c5ce6ad6271882 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Sep 2023 20:14:07 +0000 Subject: [PATCH 4/5] scala-library 2.12.18 (was 2.12.17) --- .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 27b2a9c..ab0dbf4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.17] + scala: [2.12.18] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -62,7 +62,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.17] + scala: [2.12.18] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 9dae2fc..67bb064 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import scala.collection.JavaConverters._ -ThisBuild / scalaVersion := "2.12.17" +ThisBuild / scalaVersion := "2.12.18" sbtPlugin := true crossSbtVersions := List("1.4.9") From 281cbb4971349adf6d89483cfa01aebe0a79aa1e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Sep 2023 20:15:19 +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 ab0dbf4..1a3e2e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,12 +79,12 @@ jobs: java-version: 11 cache: sbt - - name: Download target directories (2.12.17) + - name: Download target directories (2.12.18) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-2.12.17-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.18-${{ matrix.java }} - - name: Inflate target directories (2.12.17) + - name: Inflate target directories (2.12.18) run: | tar xf targets.tar rm targets.tar