Skip to content

Commit

Permalink
[Automated] Update the toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
ballerina-bot committed Nov 9, 2023
1 parent e3bac5a commit a7cde70
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,14 +15,14 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.lib"
artifactId = "copybook-native"
version = "0.1.1-SNAPSHOT"
path="../native/build/libs/copybook-native-0.1.1-SNAPSHOT.jar"
version = "0.1.1"
path="../native/build/libs/copybook-native-0.1.1.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.lib"
artifactId = "copybook-commons"
version = "0.1.1"
path = "../commons/build/libs/copybook-commons-0.1.1-SNAPSHOT.jar"
path = "../commons/build/libs/copybook-commons-0.1.1.jar"

[[platform.java17.dependency]]
groupId = "org.antlr"
Expand Down

0 comments on commit a7cde70

Please sign in to comment.