From 56852a984d8ef032a96762b66ef15890bfb367e5 Mon Sep 17 00:00:00 2001 From: Nicky <31034418+nickybondarenko@users.noreply.github.com> Date: Tue, 11 Feb 2025 12:05:40 +0100 Subject: [PATCH] chore: update OF version (#195) * chore: update OF version --- Confidence/build.gradle.kts | 1 - Provider/build.gradle.kts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Confidence/build.gradle.kts b/Confidence/build.gradle.kts index cafda7b..b0627f3 100644 --- a/Confidence/build.gradle.kts +++ b/Confidence/build.gradle.kts @@ -12,7 +12,6 @@ plugins { val providerVersion = project.extra["version"].toString() object Versions { - const val openFeatureSDK = "0.2.3" const val okHttp = "4.10.0" const val kotlinxSerialization = "1.6.0" const val coroutines = "1.7.3" diff --git a/Provider/build.gradle.kts b/Provider/build.gradle.kts index 8f0b0b9..e50a70c 100644 --- a/Provider/build.gradle.kts +++ b/Provider/build.gradle.kts @@ -11,7 +11,7 @@ plugins { } object Versions { - const val openFeatureSDK = "0.3.2" + const val openFeatureSDK = "0.3.3" const val okHttp = "4.10.0" const val kotlinxSerialization = "1.6.0" const val coroutines = "1.7.3"