@@ -6,15 +6,15 @@ import java.net.URL
66
77plugins {
88 id(" java" )
9- id(" org.jetbrains.kotlin.jvm" ) version " 1.9.22 "
9+ id(" org.jetbrains.kotlin.jvm" ) version " 2.0.0 "
1010 id(" net.kyori.indra" ) version " 3.1.3"
1111 id(" net.kyori.indra.publishing" ) version " 3.1.3"
1212 id(" net.kyori.indra.license-header" ) version " 3.1.3"
1313 id(" com.github.johnrengelman.shadow" ) version " 8.1.1"
1414 id(" io.github.slimjar" ) version " 1.3.0"
15- id(" xyz.jpenilla.run-paper" ) version " 2.2 .0"
16- id(" com.github.ben-manes.versions" ) version " 0.48 .0"
17- id(" org.jetbrains.dokka" ) version " 1.9.10 "
15+ id(" xyz.jpenilla.run-paper" ) version " 2.3 .0"
16+ id(" com.github.ben-manes.versions" ) version " 0.51 .0"
17+ id(" org.jetbrains.dokka" ) version " 1.9.20 "
1818}
1919
2020group = " me.glaremasters"
@@ -58,17 +58,17 @@ dependencies {
5858 implementation(" org.codemc.worldguardwrapper:worldguardwrapper:1.1.9-SNAPSHOT" )
5959 implementation(" ch.jalu:configme:1.3.0" )
6060 implementation(" com.dumptruckman.minecraft:JsonConfiguration:1.1" )
61- implementation(" com.github.cryptomorin:XSeries:9.8.1 " )
61+ implementation(" com.github.cryptomorin:XSeries:11.0.0-beta " )
6262 implementation(" net.kyori:adventure-platform-bukkit:4.3.2" )
63- implementation(" dev.triumphteam:triumph-gui:3.1.5 " )
63+ implementation(" dev.triumphteam:triumph-gui:3.1.7 " )
6464 implementation(" com.zaxxer:HikariCP:4.0.3" )
6565 implementation(" org.jdbi:jdbi3-core:3.8.2" )
6666 implementation(" org.jdbi:jdbi3-sqlobject:3.8.2" )
6767 implementation(" org.mariadb.jdbc:mariadb-java-client:2.7.2" )
6868
6969 compileOnly(" org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT" )
7070 compileOnly(" net.milkbowl:vault:1.7" )
71- compileOnly(" me.clip:placeholderapi:2.11.5 " )
71+ compileOnly(" me.clip:placeholderapi:2.11.6 " )
7272
7373 slim(" org.jetbrains.kotlin:kotlin-stdlib" )
7474}
@@ -119,7 +119,7 @@ tasks {
119119 }
120120
121121 runServer {
122- minecraftVersion(" 1.20.4 " )
122+ minecraftVersion(" 1.20.6 " )
123123 }
124124
125125 license {
0 commit comments