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 Sep 8, 2022
1 parent 444d620 commit 17c45f9
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 @@ -12,11 +12,11 @@ distribution = "2201.2.0"
[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "io-native"
path = "../native/build/libs/io-native-1.3.0-SNAPSHOT.jar"
path = "../native/build/libs/io-native-1.3.0.jar"
version = "1.3.0"


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

0 comments on commit 17c45f9

Please sign in to comment.