Skip to content

Commit

Permalink
Add setup-sbt to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquerodbe committed Oct 17, 2024
1 parent 3d3a66f commit ee47c66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ runs:
uses: actions/setup-node@v4
with:
node-version-file: '.tool-versions'

- uses: sbt/setup-sbt@v1
with:
sbt-runner-version: 1.10.1

0 comments on commit ee47c66

Please sign in to comment.