Skip to content

Commit

Permalink
bugfix: Use 1.10.3 sbt runner
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Oct 31, 2024
1 parent fb84fa5 commit 837955b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ jobs:
java-version: ${{ matrix.java }}
cache: 'sbt'
- uses: sbt/setup-sbt@v1
with:
sbt-runner-version: 1.10.3
- name: ${{ matrix.command }}
run: ${{ matrix.command }}
env:
Expand Down

0 comments on commit 837955b

Please sign in to comment.