From aab217225805d787c9f9fa29a4632867d7c7e199 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 17:39:15 +0000 Subject: [PATCH] fix(deps): update dependency io.th0rgal:oraxen to v1.178.0 --- bukkit/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bukkit/build.gradle.kts b/bukkit/build.gradle.kts index eb3db46..0cd4135 100644 --- a/bukkit/build.gradle.kts +++ b/bukkit/build.gradle.kts @@ -18,7 +18,7 @@ dependencies { compileOnly("com.ticxo.modelengine:ModelEngine:R4.0.3") // Model Engine compileOnly("com.github.LoneDev6:API-ItemsAdder:3.6.1") // ItemsAdder - compileOnly("io.th0rgal:oraxen:1.164.0") // oraxen + compileOnly("io.th0rgal:oraxen:1.178.0") // oraxen implementation("org.bstats:bstats-bukkit:3.0.2") // bstats }