From 83c9052994b074a74beda33cea2e1f8e861a35ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Mar 2023 20:13:29 +0000 Subject: [PATCH] Update plugin com.github.johnrengelman.shadow to v8 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 60fcd5e..d420aa9 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.7.0" // Shade the plugin - id("com.github.johnrengelman.shadow") version "7.0.0" + id("com.github.johnrengelman.shadow") version "8.1.0" // Allow publishing `maven-publish`