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 Feb 20, 2023
1 parent df90a02 commit f7b4440
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ distribution = "2201.4.0"
groupId = "io.ballerina.stdlib"
artifactId = "file-native"
version = "1.6.0"
path = "../native/build/libs/file-native-1.6.0-SNAPSHOT.jar"
path = "../native/build/libs/file-native-1.6.0.jar"

[[platform.java11.dependency]]
path = "./lib/org.wso2.transport.local-file-system-6.0.55.jar"

[[platform.java11.dependency]]
path = "../test-utils/build/libs/file-test-utils-1.6.0-SNAPSHOT.jar"
path = "../test-utils/build/libs/file-test-utils-1.6.0.jar"
scope = "testOnly"
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id = "file-compiler-plugin"
class = "io.ballerina.stdlib.file.compiler.FileCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/file-compiler-plugin-1.6.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/file-compiler-plugin-1.6.0.jar"

0 comments on commit f7b4440

Please sign in to comment.