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 Mar 18, 2022
1 parent a0d3470 commit 84095c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
scala:
[3.0.2]
[3.1.1]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 84095c6

Please sign in to comment.