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 272b85d commit f66acabCopy full SHA for f66acab
.github/workflows/CI.yml
@@ -18,6 +18,6 @@ jobs:
18
- name: Test
19
run: >
20
sbt
21
- "set scalaNativeVersion := ${{matrix.SN}}"
+ 'set scalaNativeVersion := "${{matrix.SN}}"'
22
cli/test
23
cli/scripted
0 commit comments