From ace5bb5bec5e591b5e056be544715f74190a83e9 Mon Sep 17 00:00:00 2001 From: TharmiganK Date: Thu, 1 Aug 2024 14:06:18 +0530 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/CompilerPlugin.toml | 3 +++ ballerina/Dependencies.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index fc0dcc7e77..bd4522d9b1 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -4,3 +4,6 @@ class = "io.ballerina.stdlib.http.compiler.HttpCompilerPlugin" [[dependency]] path = "../compiler-plugin/build/libs/http-compiler-plugin-2.12.0-SNAPSHOT.jar" + +[[dependency]] +path = "../compiler-plugin/build/libs/ballerina-to-openapi-2.1.0-20240801-125916-f3852a9.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 773ff416a5..abc1a52610 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.0-20240711-141800-6245661f" +distribution-version = "2201.10.0-20240801-104200-87df251c" [[package]] org = "ballerina"