From 8659ab9d571a9dc0b849c120a8aaf44a21f364a6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Dec 2021 23:10:35 +0100 Subject: [PATCH 1/2] Update sbt-spiewak-sonatype to 0.23.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bdcca3b..5bcfa62 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("com.codecommit" % "sbt-spiewak-sonatype" % "0.22.1") +addSbtPlugin("com.codecommit" % "sbt-spiewak-sonatype" % "0.23.0") From 41d2ce9dfd30af14c9bab430c9ede06a270e6153 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Dec 2021 23:11:01 +0100 Subject: [PATCH 2/2] Regenerate workflow with sbt-github-actions --- .github/workflows/ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1db8cb9..3c731c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] scala: [2.12.14, 2.13.6, 3.0.2] - java: [adopt@1.8] + java: [temurin@11] runs-on: ${{ matrix.os }} steps: - name: Ignore line ending differences in git @@ -36,10 +36,12 @@ jobs: with: fetch-depth: 0 - - name: Setup Java and Scala - uses: olafurpg/setup-scala@v13 + - name: Setup Java (temurin@11) + if: matrix.java == 'temurin@11' + uses: actions/setup-java@v2 with: - java-version: ${{ matrix.java }} + distribution: temurin + java-version: 11 - name: Cache sbt uses: actions/cache@v2