We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e4393 commit 16b3f2cCopy full SHA for 16b3f2c
adapter/lilypond/build.gradle
@@ -40,7 +40,7 @@ dependencies {
40
}
41
if (use_graalvm_parser.toBoolean()) {
42
println 'include graalvm dependency'
43
- implementation group: 'org.graalvm.sdk', name: 'polyglot-tck', version: '23.1.2'
+ implementation group: 'org.graalvm.sdk', name: 'polyglot-tck', version: '24.0.0'
44
45
46
0 commit comments