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 Aug 2, 2024
1 parent a9474c4 commit 3708424
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 3708424

Please sign in to comment.