Skip to content

Commit

Permalink
Merge pull request #345 from mkurz/travis_scala
Browse files Browse the repository at this point in the history
Travis should use latest Scala versions
  • Loading branch information
raboof authored Mar 16, 2022
2 parents 8c29624 + 34712d1 commit bee61d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ env:

scala:
- 2.11.12
- 2.12.14
- 2.13.6
- 3.0.1
- 2.12.15
- 2.13.8
- 3.0.2

script:
- ./scripts/tests.sh
Expand Down

0 comments on commit bee61d8

Please sign in to comment.