We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e453b commit 0860538Copy full SHA for 0860538
.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
79
fail-fast: false
80
matrix:
81
java: ['17', '21']
82
- scala: ['2.12.20', '2.13.15', '3.3.4']
+ scala: ['2.12.19', '2.13.15', '3.3.4']
83
platform: ['JVM', 'JS', 'Native']
84
steps:
85
- name: Checkout current branch
0 commit comments