Skip to content

Commit 16b3f2c

Browse files
authoredApr 9, 2024
Update dependency org.graalvm.sdk:polyglot-tck to v24
1 parent 93e4393 commit 16b3f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎adapter/lilypond/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
}
4141
if (use_graalvm_parser.toBoolean()) {
4242
println 'include graalvm dependency'
43-
implementation group: 'org.graalvm.sdk', name: 'polyglot-tck', version: '23.1.2'
43+
implementation group: 'org.graalvm.sdk', name: 'polyglot-tck', version: '24.0.0'
4444
}
4545
}
4646

0 commit comments

Comments
 (0)