From c39a4a8e39d84a2418ea120c7d05deca57a71d9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:08:20 +0000 Subject: [PATCH] Bump net.thenextlvl.core:files from 1.0.5 to 2.0.0 in /plugin Bumps net.thenextlvl.core:files from 1.0.5 to 2.0.0. --- updated-dependencies: - dependency-name: net.thenextlvl.core:files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index c65d1b6..f109011 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -40,7 +40,7 @@ dependencies { implementation(project(":api")) implementation("net.thenextlvl.core:nbt:1.4.2") - implementation("net.thenextlvl.core:files:1.0.5") + implementation("net.thenextlvl.core:files:2.0.0") implementation("net.thenextlvl.core:i18n:1.0.19") implementation("net.thenextlvl.core:paper:1.5.2") implementation("net.thenextlvl.core:adapters:1.0.9")