Skip to content

Commit

Permalink
ci: fix scala version
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrs committed Oct 4, 2021
1 parent e949461 commit d8ee09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
scala:
[2.12.12, 2.13.5]
[2.12.12, 2.13.6]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d8ee09c

Please sign in to comment.