This commit is contained in:
kento2 2026-04-16 14:52:10 +02:00
parent c8b7049f1d
commit 124e65a472
26 changed files with 123 additions and 116 deletions

View file

@ -9,7 +9,7 @@ plugins {
}
group = "de.kentoj"
version = "1.3.0"
version = "2.0.1"
fun scrowRepo(handler: RepositoryHandler) = handler.maven {
name = "scrow"
@ -38,7 +38,7 @@ dependencies {
// https://mvnrepository.com/artifact/org.jetbrains/annotations
implementation("org.jetbrains:annotations:26.0.2-1")
api("de.kentoj:kencommandapi-core:1.3.0")
api("de.kentoj:kencommandapi-core:2.0.1")
api("org.spigotmc:spigot-api:1.21.11-R0.1-SNAPSHOT")
implementation("org.spigotmc:spigot-api:1.21.11-R0.1-SNAPSHOT")