From a78b9d5b3e805a0ed0e0542b798d42e298ce23c3 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 1 Mar 2022 09:57:23 +0000 Subject: [PATCH] [Automated] Update native jar versions in toml files --- ballerina/Ballerina.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index cee8b5f..dbc8608 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -10,6 +10,6 @@ license = ["Apache-2.0"] distribution = "2201.0.1" [[platform.java11.dependency]] -path = "../test-utils/build/libs/jballerina.java.arrays-test-utils-1.2.1-SNAPSHOT.jar" -version = "1.2.1-SNAPSHOT" +path = "../test-utils/build/libs/jballerina.java.arrays-test-utils-1.2.1.jar" +version = "1.2.1" scope = "testOnly"