Skip to content

Commit

Permalink
bump versions to bal 2201.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewMcArthur committed Feb 15, 2024
1 parent c5c0289 commit 9f99cad
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions 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.5.0"
distribution-version = "2201.8.4"

[[package]]
org = "ballerina"
Expand All @@ -24,6 +24,14 @@ org = "ballerina"
name = "jballerina.java"
version = "0.0.0"

[[package]]
org = "ballerina"
name = "lang.error"
version = "0.0.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "lang.value"
Expand All @@ -37,7 +45,8 @@ org = "ballerina"
name = "test"
version = "0.0.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.error"}
]
modules = [
{org = "ballerina", packageName = "test", moduleName = "test"}
Expand Down

0 comments on commit 9f99cad

Please sign in to comment.