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 Nov 29, 2022
1 parent 5199aec commit f73bc8f
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.1-SNAPSHOT.jar"
path = "../native/build/libs/io-native-1.3.1.jar"
version = "1.3.1"


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

0 comments on commit f73bc8f

Please sign in to comment.