Skip to content

Commit cfc902d

Browse files
authored
Merge pull request #1965 from scalacenter/sbtFix
fix(ci): ensure release sbt version is the same as the build
2 parents 2b4ee8a + d3a5541 commit cfc902d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
# cmd.
215215
# Keep the sbt version in sync with `sbt-ci-release.bat`.
216216
run: |
217-
sbt -sbt-version 1.7.2 version
217+
sbt -sbt-version 1.8.0 version
218218
shell: bash
219219
- name: Publish GraalVM Native artifacts
220220
run: >-

bin/sbt-ci-release.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Rem Keep ci.yaml in sync with the sbt version
2-
sbt -sbt-version 1.7.2 bloopgun/graalvm-native-image:packageBin
2+
sbt -sbt-version 1.8.0 bloopgun/graalvm-native-image:packageBin

0 commit comments

Comments
 (0)