Skip to content

Commit

Permalink
[Automated] Update the native jar versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK committed Mar 24, 2023
1 parent c640f32 commit a6a1172
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.5.0-SNAPSHOT"

[[package]]
org = "ballerina"
Expand Down Expand Up @@ -163,7 +164,9 @@ org = "ballerina"
name = "lang.int"
version = "0.0.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.__internal"},
{org = "ballerina", name = "lang.object"}
]

[[package]]
Expand Down

0 comments on commit a6a1172

Please sign in to comment.