Skip to content

Commit

Permalink
[Automated] Update native jar versions in toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
gabilang committed Jun 26, 2023
1 parent 51df3e4 commit 36a5e36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.7.0"

[platform.java11]
[platform.java17]
graalvmCompatible = true

[[platform.java11.dependency]]
[[platform.java17.dependency]]
groupId = "io.ballerina.persist"
artifactId = "persist-inmemory-native"
version = "1.1.0"
path = "../native/build/libs/persist.inmemory-native-1.1.0-SNAPSHOT.jar"

[[platform.java11.dependency]]
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "persist-native"
version = "1.1.0"
path = "./lib/persist-native-1.1.0-20230620-202500-81fc407.jar"
path = "./lib/persist-native-1.1.0-20230622-114800-de3de08.jar"

0 comments on commit 36a5e36

Please sign in to comment.