Skip to content

Commit

Permalink
[java-truffle] update to GraalVM 21.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgill authored and kanaka committed Jul 11, 2021
1 parent 4807c1b commit 593290d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions impls/java-truffle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ repositories {
}

dependencies {
implementation 'org.graalvm.truffle:truffle-api:20.1.0'
implementation('org.graalvm.truffle:truffle-api:21.1.0') {
exclude group: 'org.graalvm.sdk', module: 'graal-sdk'
}
implementation 'org.organicdesign:Paguro:3.2.0'
annotationProcessor 'org.graalvm.truffle:truffle-dsl-processor:20.1.0'
annotationProcessor 'org.graalvm.truffle:truffle-dsl-processor:21.1.0'
}

group = 'com.github.mmcgill'
Expand Down

0 comments on commit 593290d

Please sign in to comment.