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
ballerina-bot committed Sep 15, 2023
1 parent d5fc023 commit 7052a52
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
Expand Up @@ -16,16 +16,16 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "os-native"
version = "1.8.0"
path = "../native/build/libs/os-native-1.8.0-SNAPSHOT.jar"
path = "../native/build/libs/os-native-1.8.0.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "io-native"
version = "1.6.0"
path = "./lib/io-native-1.6.0-20230911-134800-de06e28.jar"
path = "./lib/io-native-1.6.0.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "os-test-utils"
version = "1.8.0"
path = "../test-utils/build/libs/os-test-utils-1.8.0-SNAPSHOT.jar"
path = "../test-utils/build/libs/os-test-utils-1.8.0.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.8.0-20230908-135700-74a59dff"
distribution-version = "2201.8.0"

[[package]]
org = "ballerina"
Expand Down

0 comments on commit 7052a52

Please sign in to comment.