Skip to content

Commit

Permalink
fix scala version in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsimpson committed Nov 25, 2024
1 parent ed25358 commit dea2667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
java-version: 11
distribution: 'adopt'
- name: Run tests
run: sbt ++3.3.0 test
run: sbt ++3.4.2 test

0 comments on commit dea2667

Please sign in to comment.