From a6a117276a44f85826d37dca26446bd0020b85c9 Mon Sep 17 00:00:00 2001 From: ayeshLK Date: Fri, 24 Mar 2023 11:24:12 +0530 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Dependencies.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 8fdf7f08..b0c4585f 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,6 +5,7 @@ [ballerina] dependencies-toml-version = "2" +distribution-version = "2201.5.0-SNAPSHOT" [[package]] org = "ballerina" @@ -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]]