Skip to content

Commit c961123

Browse files
[Automated] Update the native jar versions
1 parent 7393dd5 commit c961123

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

ballerina/Dependencies.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66
[ballerina]
77
dependencies-toml-version = "2"
88

9+
[[package]]
10+
org = "ballerina"
11+
name = "io"
12+
version = "1.2.1"
13+
dependencies = [
14+
{org = "ballerina", name = "jballerina.java"},
15+
{org = "ballerina", name = "lang.value"}
16+
]
17+
modules = [
18+
{org = "ballerina", packageName = "io", moduleName = "io"}
19+
]
20+
921
[[package]]
1022
org = "ballerina"
1123
name = "jballerina.java"
@@ -25,11 +37,20 @@ modules = [
2537
{org = "ballerina", packageName = "lang.string", moduleName = "lang.string"}
2638
]
2739

40+
[[package]]
41+
org = "ballerina"
42+
name = "lang.value"
43+
version = "0.0.0"
44+
dependencies = [
45+
{org = "ballerina", name = "jballerina.java"}
46+
]
47+
2848
[[package]]
2949
org = "ballerina"
3050
name = "regex"
3151
version = "1.2.2"
3252
dependencies = [
53+
{org = "ballerina", name = "io"},
3354
{org = "ballerina", name = "jballerina.java"},
3455
{org = "ballerina", name = "lang.string"},
3556
{org = "ballerina", name = "test"}

0 commit comments

Comments
 (0)