From 9022fb50e4157cd539da837c7f456b6d4337afae Mon Sep 17 00:00:00 2001 From: Tomasz Godzik Date: Tue, 4 Jul 2023 18:54:58 +0200 Subject: [PATCH] chore: Update coursier.json and run release on Java 8 for the time being --- .github/workflows/ci.yml | 2 +- etc/bloop-coursier.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62ed67e8f3..984ad1f227 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -241,7 +241,7 @@ jobs: fetch-depth: 0 - uses: coursier/setup-action@v1 with: - jvm: 'temurin:11.0.18' + jvm: 'temurin:8' - uses: actions/setup-node@v3 with: node-version: "16" diff --git a/etc/bloop-coursier.json b/etc/bloop-coursier.json index d7290afd93..e0c9500222 100644 --- a/etc/bloop-coursier.json +++ b/etc/bloop-coursier.json @@ -8,6 +8,6 @@ "launcherType": "graalvm-native-image", "prebuilt": "$PREBUILT", "dependencies": [ - "ch.epfl.scala:bloopgun_2.12:$VERSION" + "ch.epfl.scala:bloopgun-core_2.13:$VERSION" ] } \ No newline at end of file