Skip to content

Commit

Permalink
Update dependency org.graalvm.sdk:polyglot-tck to v23.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 16, 2024
1 parent 2bf1030 commit 49a9a39
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.2'
implementation group: 'org.graalvm.sdk', name: 'polyglot-tck', version: '23.1.3'
}
}

Expand Down

0 comments on commit 49a9a39

Please sign in to comment.