update plugin.yml and add kotlin-stdlib as library

This commit is contained in:
alexcrea 2024-02-01 19:36:35 +01:00
parent 655a0c36ac
commit baa0c064da
2 changed files with 8 additions and 5 deletions

View file

@ -4,7 +4,7 @@ plugins {
}
group = "io.delilaheve"
version = "1.0.3"
version = "1.1.0"
repositories {
mavenCentral()
@ -13,7 +13,7 @@ repositories {
dependencies {
implementation(kotlin("stdlib"))
compileOnly(kotlin("stdlib"))
compileOnly("org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT")