Skip to content

Commit

Permalink
Merge pull request #32 from prakanth97/main
Browse files Browse the repository at this point in the history
Update io version
  • Loading branch information
lnash94 authored Aug 14, 2024
2 parents 7fdcbce + fd069d4 commit f56f59d
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-20240806-083400-aabac46a"
distribution-version = "2201.10.0-20240814-095500-9d14866a"

[[package]]
org = "ballerina"
Expand Down Expand Up @@ -57,7 +57,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,7 +17,7 @@ javaJsonSmartVersion=2.4.11
javaAccessorsSmartVersion=2.4.7

stdlibFileVersion=1.10.0-20240814-133200-74f4d63
stdlibIoVersion=1.6.0
stdlibIoVersion=1.6.1
stdlibOsVersion=1.8.0
stdlibTimeVersion=2.4.0
stdlibConstraintVersion=1.5.0

0 comments on commit f56f59d

Please sign in to comment.