Skip to content

Commit

Permalink
Merge pull request #1225 from ballerina-platform/release-1.6.1
Browse files Browse the repository at this point in the history
[Automated] Sync master after 1.6.1 release
  • Loading branch information
daneshk authored Aug 8, 2024
2 parents c3ffbac + 0c190cc commit 55c5c11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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"
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=1.6.1-SNAPSHOT
version=1.6.2-SNAPSHOT
ballerinaLangVersion=2201.8.0
puppycrawlCheckstyleVersion=10.12.0
testngVersion=7.6.1
Expand Down

0 comments on commit 55c5c11

Please sign in to comment.