Skip to content

Commit

Permalink
Merge pull request #8 from LakshanWeerasinghe/update-langv
Browse files Browse the repository at this point in the history
Update io module version
  • Loading branch information
LakshanWeerasinghe committed Aug 14, 2024
2 parents 892ca7e + 621706f commit 28b6472
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.10.0-20240722-112100-1b113f29"
distribution-version = "2201.10.0-20240814-095500-9d14866a"

[[package]]
org = "ballerina"
Expand Down Expand Up @@ -37,7 +37,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.6.0"
version = "1.6.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ downloadPluginVersion=4.0.4
releasePluginVersion=2.8.0
ballerinaGradlePluginVersion=2.0.1

stdlibIoVersion=1.6.0
stdlibIoVersion=1.6.1
stdlibConstraintVersion=1.5.0
stdlibTimeVersion=2.4.0

0 comments on commit 28b6472

Please sign in to comment.