We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b4ee8a + d3a5541 commit cfc902dCopy full SHA for cfc902d
.github/workflows/ci.yml
@@ -214,7 +214,7 @@ jobs:
214
# cmd.
215
# Keep the sbt version in sync with `sbt-ci-release.bat`.
216
run: |
217
- sbt -sbt-version 1.7.2 version
+ sbt -sbt-version 1.8.0 version
218
shell: bash
219
- name: Publish GraalVM Native artifacts
220
run: >-
bin/sbt-ci-release.bat
@@ -1,2 +1,2 @@
1
Rem Keep ci.yaml in sync with the sbt version
2
-sbt -sbt-version 1.7.2 bloopgun/graalvm-native-image:packageBin
+sbt -sbt-version 1.8.0 bloopgun/graalvm-native-image:packageBin
0 commit comments