Skip to content

Commit

Permalink
Update scala.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barkhorn authored Oct 14, 2023
1 parent bd9718b commit 69a21ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
java-version: 11
distribution: 'adopt'
- name: Run tests
run: sbt ++2.12.17 test
run: sbt ++2.12.18 test

scala_2_13:

Expand All @@ -47,4 +47,4 @@ jobs:
java-version: 11
distribution: 'adopt'
- name: Run tests
run: sbt ++2.13.8 test
run: sbt ++2.13.12 test

0 comments on commit 69a21ce

Please sign in to comment.