Skip to content

Commit

Permalink
[Automated] Update the native jar versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SasinduDilshara committed Nov 26, 2024
1 parent 5d048af commit 2ac1a24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "data.yaml"
version = "0.2.0"
version = "0.7.0"
authors = ["Ballerina"]
keywords = ["yaml"]
repository = "https://github.com/ballerina-platform/module-ballerina-data.yaml"
Expand All @@ -14,8 +14,8 @@ graalvmCompatible = true
[[platform.java21.dependency]]
groupId = "io.ballerina.lib"
artifactId = "yaml-native"
version = "0.2.0"
path = "../native/build/libs/data.yaml-native-0.2.0-SNAPSHOT.jar"
version = "0.7.0"
path = "../native/build/libs/data.yaml-native-0.7.0-SNAPSHOT.jar"


[[platform.java21.dependency]]
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ modules = [
[[package]]
org = "ballerina"
name = "data.yaml"
version = "0.2.0"
version = "0.7.0"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "io"},
Expand Down

0 comments on commit 2ac1a24

Please sign in to comment.