From a8a31f41189c6c241a479a44e5e2cde1b8e1b529 Mon Sep 17 00:00:00 2001 From: NipunaMadhushan Date: Fri, 3 May 2024 16:50:41 +0530 Subject: [PATCH 1/2] [Automated] Update the native jar versions --- ballerina/Dependencies.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 8770995..87219ba 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0" +distribution-version = "2201.8.0" [[package]] org = "ballerina" From 10cfc912d4e7fa0c003169273f6b4766a54ee719 Mon Sep 17 00:00:00 2001 From: NipunaMadhushan Date: Fri, 3 May 2024 16:51:36 +0530 Subject: [PATCH 2/2] Update .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 875ad7c..3096c69 100644 --- a/.gitignore +++ b/.gitignore @@ -47,4 +47,4 @@ velocity.log* **/bin **/lib **/.settings -**/Dependencies.toml +Dependencies.toml