From b80b0fbca34585f2fa0a7f9ffc52e4abf01fda04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 23:31:10 +0000 Subject: [PATCH] Bump com.github.UltraCosmetics:UltraCosmetics Bumps [com.github.UltraCosmetics:UltraCosmetics](https://github.com/UltraCosmetics/UltraCosmetics) from 3.6-DEV-b1 to 3.6-DEV-b2. - [Release notes](https://github.com/UltraCosmetics/UltraCosmetics/releases) - [Commits](https://github.com/UltraCosmetics/UltraCosmetics/commits) --- updated-dependencies: - dependency-name: com.github.UltraCosmetics:UltraCosmetics dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d8c35af..2539c2c 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ dependencies { library 'com.google.code.gson:gson:2.11.0' library "net.kyori:adventure-platform-bukkit:4.3.2" compileOnly 'org.spigotmc:spigot-api:1.20.6-R0.1-SNAPSHOT' - compileOnly 'com.github.UltraCosmetics:UltraCosmetics:3.6-DEV-b1' + compileOnly 'com.github.UltraCosmetics:UltraCosmetics:3.6-DEV-b2' implementation 'org.bstats:bstats-bukkit:3.0.2' }