From 758d4e7b36807700a18ebf0f72b696c06e81a530 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 22:43:10 +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 c804af2..8dfb3d3 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.8.22" // Shade the plugin - id("com.github.johnrengelman.shadow") version "7.1.2" + id("com.github.johnrengelman.shadow") version "8.1.1" // Allow publishing `maven-publish`