Skip to content

Commit

Permalink
Update lang and dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RDPerera committed Aug 8, 2024
1 parent 7f9f8b6 commit 88dfd78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ keywords = ["toml"]
repository = "https://github.com/ballerina-platform/module-ballerina-toml"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.8.0"
distribution = "2201.10.0"
12 changes: 6 additions & 6 deletions 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=0.5.2-SNAPSHOT
version=0.6.0

checkstylePluginVersion=10.12.0
spotbugsPluginVersion=5.0.14
Expand All @@ -9,15 +9,15 @@ downloadPluginVersion=5.4.0
releasePluginVersion=2.8.0
ballerinaGradlePluginVersion=2.2.3

ballerinaLangVersion=2201.8.0
ballerinaLangVersion=2201.10.0-20240806-083400-aabac46a

#stdlib dependencies
stdlibIoVersion=1.6.0
stdlibLogVersion=2.9.0
stdlibFileVersion=1.9.0
stdlibLogVersion=2.10.0-20240807-203000-b85cfb9
stdlibFileVersion=1.10.0-20240807-205900-a4d66bb
stdlibOsVersion=1.8.0

#stdlib transitive dependencies
stdlibTimeVersion=2.4.0
observeVersion=1.2.0
observeInternalVersion=1.2.0
observeVersion=1.3.0-20240807-093200-e29ca7a
observeInternalVersion=1.3.0-20240807-094500-91e2d3a

0 comments on commit 88dfd78

Please sign in to comment.