We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef8c16b commit e2216c8Copy full SHA for e2216c8
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
os: [ubuntu-latest]
17
- scala: [2.13.11, 3.3.3]
+ scala: [2.13.14, 3.3.3]
18
java: [temurin@17]
19
runs-on: ${{ matrix.os }}
20
steps:
0 commit comments