Skip to content

Commit

Permalink
Update distribution version to 2201.10.3 and add 'io' module dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranavan-S committed Jan 8, 2025
1 parent 5fac941 commit dc8609c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 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"
distribution-version = "2201.10.3"

[[package]]
org = "ballerina"
Expand Down Expand Up @@ -98,6 +98,9 @@ dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
]
modules = [
{org = "ballerina", packageName = "io", moduleName = "io"}
]

[[package]]
org = "ballerina"
Expand Down Expand Up @@ -317,6 +320,7 @@ name = "hubspot.crm.commerce.discounts"
version = "1.0.0"
dependencies = [
{org = "ballerina", name = "http"},
{org = "ballerina", name = "io"},
{org = "ballerina", name = "oauth2"},
{org = "ballerina", name = "test"},
{org = "ballerina", name = "url"},
Expand Down

0 comments on commit dc8609c

Please sign in to comment.