Skip to content

Commit

Permalink
Update graalvm dependency to 24
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammy1Am committed Jul 19, 2024
1 parent 5645631 commit b1558e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Java/MoppyLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ repositories {

dependencies {
implementation 'com.fazecast:jSerialComm:2.11.+'
api 'org.graalvm.js:js:23.0.+'
api 'org.graalvm.polyglot:polyglot:24.0.+'
api 'org.graalvm.polyglot:js:24.0.+'
compileOnly 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.34'

Expand Down

0 comments on commit b1558e0

Please sign in to comment.