From a49e4382103af0fb83f63fb870f539e47923b539 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 21:49:01 +0000 Subject: [PATCH] chore: update dependency com.github.SkriptLang:Skript to v2.10.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 38117aa..7adafd6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { library("net.kyori:adventure-platform-bukkit:4.3.4") library("net.kyori:adventure-text-minimessage:4.18.0") - compileOnly("com.github.SkriptLang:Skript:2.10.0") + compileOnly("com.github.SkriptLang:Skript:2.10.1") implementation("com.github.technicallycoded:FoliaLib:main-SNAPSHOT") library("net.axay:kspigot:1.21.0")