diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 500e056..4c23c83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: scala: - [3.0.2] + [3.1.1] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2