From 2ef337d4ca78e09ae79b83591356d84371a38a8c Mon Sep 17 00:00:00 2001 From: WesleyTrain <59321467+Wesley51@users.noreply.github.com> Date: Thu, 11 Aug 2022 14:25:57 -0400 Subject: [PATCH] Update ModelEngine dependency --- eco-core/core-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-core/core-plugin/build.gradle b/eco-core/core-plugin/build.gradle index 294a270..1c28d67 100644 --- a/eco-core/core-plugin/build.gradle +++ b/eco-core/core-plugin/build.gradle @@ -7,7 +7,7 @@ dependencies { compileOnly 'net.kyori:adventure-api:4.10.1' compileOnly 'net.essentialsx:EssentialsX:2.19.0' compileOnly 'com.github.ben-manes.caffeine:caffeine:3.0.6' - compileOnly 'com.ticxo.modelengine:api:R2.5.0' + compileOnly 'com.ticxo.modelengine:api:B3.0.0' } build.dependsOn publishToMavenLocal