From e21e999935e00e139f6c0c12cdbf31dc524c9b45 Mon Sep 17 00:00:00 2001 From: Brice Jaglin Date: Sat, 11 Jan 2025 23:58:00 +0100 Subject: [PATCH] make sure sbt-scalafix is published with JDK8 bytecode https://github.com/coursier/coursier/blob/976dd72/modules/jvm/src/main/scala/coursier/jvm/JavaHome.scala#L178-L179 Current coursier default is adoptium:11, so this protects any potential regression in case "-target:jvm-1.8" is removed somehow fom the build. --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e9f0a318..e5affc43 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,7 @@ jobs: - uses: coursier/setup-action@v1 with: apps: sbt + jvm: temurin:8 - uses: olafurpg/setup-gpg@v3 - run: git fetch --unshallow - name: Publish ${{ github.ref }}