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