From 798f33770a1896418a732756230e1b8e9ea416b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 17:06:51 +0000 Subject: [PATCH] Update dependency com.github.UltraCosmetics:UltraCosmetics to v3.10.1-RELEASE (#156) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7e57843..3379b96 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { // https://hub.spigotmc.org/stash/projects/SPIGOT/repos/spigot/browse compileOnly 'org.spigotmc:spigot-api:1.21.4-R0.1-SNAPSHOT' // https://github.com/UltraCosmetics/UltraCosmetics - compileOnly ('com.github.UltraCosmetics:UltraCosmetics:3.10-RELEASE') { + compileOnly ('com.github.UltraCosmetics:UltraCosmetics:3.10.1-RELEASE') { attributes { // Depend on the version with dependencies shaded so we don't need to shade them separately attribute(Bundling.BUNDLING_ATTRIBUTE, getObjects().named(Bundling, Bundling.SHADOWED))