diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5b0c4b0..b547ff85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: fail-fast: false matrix: java: ['8', '11', '17'] - scala: ['2.13.11'] + scala: ['2.13.12'] steps: - name: Checkout current branch uses: actions/checkout@v3.3.0 @@ -79,7 +79,7 @@ jobs: fail-fast: false matrix: java: ['8', '11', '17'] - scala: ['2.12.18', '2.13.11', '3.3.0'] + scala: ['2.12.18', '2.13.12', '3.3.0'] platform: ['JVM', 'JS', 'Native'] steps: - name: Checkout current branch