File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies {
2929 implementation(" redis.clients:jedis:4.2.3" )
3030 implementation(" org.tinylog:tinylog-api:2.7.0" )
3131 implementation(" org.tinylog:tinylog-impl:2.7.0" )
32- implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.9.22 " )
32+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.3.0 " )
3333 compileOnly(" net.minestom:minestom:2025.12.20c-1.21.11" ) {
3434 exclude(group = " org.jboss.shrinkwrap.resolver" , module = " shrinkwrap-resolver-depchain" )
3535 }
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ dependencies {
3434 implementation(" dev.hollowcube:polar:1.15.0" )
3535 implementation(" it.unimi.dsi:fastutil:8.5.18" )
3636 implementation(" org.yaml:snakeyaml:2.2" )
37- implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.9.22 " )
37+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.3.0 " )
3838}
You can’t perform that action at this time.
0 commit comments