From e52274d685c27978ec8d22944f650fb761977691 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 12:04:15 +0000 Subject: [PATCH] chore: update dependency com.github.koca2000:NoteBlockAPI to v1.7.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6769552..68aafde 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -84,7 +84,7 @@ dependencies { bukkitLibrary("net.axay:kspigot:1.21.0") compileOnly("com.github.SkriptLang:Skript:2.14.1") - compileOnly("com.github.koca2000:NoteBlockAPI:1.6.3") + compileOnly("com.github.koca2000:NoteBlockAPI:1.7.0") }