From b212cd645fb7a8ab7457a6ff8767941808c3f7cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 07:58:12 +0000 Subject: [PATCH] Update plugin com.github.johnrengelman.shadow to v7.1.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 97a8a39..358af41 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { // Kotlinx serialization for any data format kotlin("plugin.serialization") version "1.6.10" // Shade the plugin - id("com.github.johnrengelman.shadow") version "7.0.0" + id("com.github.johnrengelman.shadow") version "7.1.0" // Allow publishing `maven-publish`