Skip to content

Commit

Permalink
update graal version
Browse files Browse the repository at this point in the history
  • Loading branch information
kosyloa committed May 3, 2024
1 parent f4ee544 commit 2dad47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repositories {
}
}

def native_version = '1.1.12'
def native_version = '1.1.13'
def name = 'graal-native-sdk'
dependencies {
implementation(group: 'com.dxfeed', name: "${name}", version: "${native_version}", classifier: 'aarch64-osx', ext: 'zip')
Expand Down

0 comments on commit 2dad47b

Please sign in to comment.