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
ballerina-bot committed Aug 8, 2024
1 parent c3ffbac commit fafdb7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "io-native"
path = "../native/build/libs/io-native-1.6.1-SNAPSHOT.jar"
path = "../native/build/libs/io-native-1.6.1.jar"
version = "1.6.1"


[[platform.java17.dependency]]
path = "../test-utils/build/libs/io-test-utils-1.6.1-SNAPSHOT.jar"
path = "../test-utils/build/libs/io-test-utils-1.6.1.jar"
scope = "testOnly"
version = "1.6.1-SNAPSHOT"
version = "1.6.1"

0 comments on commit fafdb7b

Please sign in to comment.