From c725db06bd7b034d2043e9c84fc102f4bf574b86 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 17 May 2023 16:37:06 +0100 Subject: [PATCH] I BEG OF YOU --- eco-core/core-plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-core/core-plugin/build.gradle.kts b/eco-core/core-plugin/build.gradle.kts index 04795d1..4687611 100644 --- a/eco-core/core-plugin/build.gradle.kts +++ b/eco-core/core-plugin/build.gradle.kts @@ -3,7 +3,7 @@ version = rootProject.version dependencies { compileOnly("io.papermc.paper:paper-api:1.19.3-R0.1-SNAPSHOT") - compileOnly("com.ticxo.modelengine:api:R3.1.5") + compileOnly("com.ticxo.modelengine:api:R3.1.7") compileOnly("com.github.ben-manes.caffeine:caffeine:3.0.2") implementation("com.willfp:ecomponent:1.3.0")