Skip to content

Commit

Permalink
use setup-sbt as a slimmer alternative to coursier/setup-action
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Oct 10, 2024
1 parent 5a740b0 commit 39a562d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
with:
distribution: temurin
java-version: 8
- uses: coursier/setup-action@v1
with:
apps: sbt
- uses: coursier/cache-action@v6
cache: sbt
- uses: sbt/setup-sbt@v1
- name: test
run: sbt +test scripted mimaReportBinaryIssues

0 comments on commit 39a562d

Please sign in to comment.