We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076a816 commit de54874Copy full SHA for de54874
.github/workflows/ci.yml
@@ -22,15 +22,15 @@ jobs:
22
strategy:
23
matrix:
24
os: [ubuntu-latest]
25
- scala: [3.1.0, 3.0.2, 2.12.15, 2.13.8]
+ scala: [3.1.1, 3.0.2, 2.12.15, 2.13.8]
26
java: [temurin@8, temurin@11]
27
platform: [jvm]
28
workers: [1, 4]
29
include:
30
- workers: 1
31
os: ubuntu-latest
32
java: temurin@8
33
- scala: 3.1.0
+ scala: 3.1.1
34
platform: js
35
36
0 commit comments