Skip to content

Commit

Permalink
Merge pull request #2099 from tgodzik/fix-release
Browse files Browse the repository at this point in the history
chore: Update coursier.json and run release on Java 8 for the time being
  • Loading branch information
tgodzik authored Jul 4, 2023
2 parents 6742c9a + 9022fb5 commit b9ab27c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion etc/bloop-coursier.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}

0 comments on commit b9ab27c

Please sign in to comment.