diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index fc0dcc7e77..9b6f018eee 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-20240726-174559-e9190c3.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 773ff416a5..4bc2acd500 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-20240726-135400-47fe7f7d" [[package]] org = "ballerina"