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 fb7c824 commit 3d11a5eCopy full SHA for 3d11a5e
1 file changed
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
echo "STTP_NATIVE=1" >> $GITHUB_ENV
72
- name: Install scala-cli
73
if: matrix.target-platform == 'JVM' && matrix.java == '21' && matrix.scala-version == '3'
74
- uses: VirtusLab/scala-cli-setup@d320e01a605bf27128a5657575382668f83ef34e # main, specifically v1.14.0
+ uses: VirtusLab/scala-cli-setup@42e5f90b7aed2c0478e8074e5c25a030e1db3af6 # main, specifically v1.15.0
75
with:
76
jvm: '' # needed because scala-cli-setup otherwise forces the installation of their default JVM (17)
77
- name: Enable Loom-specific modules
0 commit comments