From 8a357d6366c790b9705334be064a83476d85bb04 Mon Sep 17 00:00:00 2001 From: Sanket Mundra <97032782+sanket-mundra@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:23:00 +0530 Subject: [PATCH] Update settings.gradle.kts (#169) --- settings.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index c92abf93..1a89e18e 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -11,7 +11,7 @@ pluginManagement { } plugins { - id("org.hypertrace.version-settings") version "0.2.0" + id("org.hypertrace.version-settings") version "0.2.1" id("org.hypertrace.dependency-settings") version "0.1.1" } @@ -39,4 +39,4 @@ include(":hypertrace-core-graphql-attribute-scope") include(":hypertrace-core-graphql-attribute-scope-constants") include(":hypertrace-core-graphql-rx-utils") include(":hypertrace-core-graphql-log-event-schema") -include(":hypertrace-core-graphql-request-transformation") \ No newline at end of file +include(":hypertrace-core-graphql-request-transformation")