Skip to content

Commit

Permalink
Update dependency org.graalvm.sdk:polyglot-tck to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 17, 2024
1 parent 33cdce2 commit 80421ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapter/lilypond/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
}
if (use_graalvm_parser.toBoolean()) {
println 'include graalvm dependency'
implementation group: 'org.graalvm.sdk', name: 'polyglot-tck', version: '23.1.3'
implementation group: 'org.graalvm.sdk', name: 'polyglot-tck', version: '24.0.1'
}
}

Expand Down

0 comments on commit 80421ac

Please sign in to comment.