Skip to content

Commit

Permalink
Set up sbt explicitly because it will be dropped in ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jan 3, 2025
1 parent ccaab7b commit 29666e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
with:
java-version: 21
distribution: temurin
- uses: sbt/setup-sbt@v1
- name: Update JUnit dependencies in samples
run: java src/Updater.java ${{ github.event.inputs.releaseVersion }}
- name: Inject staging repository URL
Expand Down

0 comments on commit 29666e5

Please sign in to comment.