File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id(" java" )
3- kotlin(" jvm" ) version " 2.1.10 "
3+ kotlin(" jvm" ) version " 2.2.20 "
44}
55
66group = " dev.nautchkafe.fmap.notification"
@@ -21,21 +21,21 @@ repositories {
2121
2222dependencies {
2323 // fp stuff
24- implementation(" io.vavr:vavr:0.10.5 " )
24+ implementation(" io.vavr:vavr:0.10.7 " )
2525
2626 // minecraft server-side software stuff
2727 compileOnly(" io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT" )
2828 compileOnly(" org.spigotmc:spigot-api:1.20.1-experimental-SNAPSHOT" )
2929 compileOnly(" org.spongepowered:spongeapi:14.0.0" ) // Sponge API
30- implementation(" com.github.Minestom:Minestom:2025.07.04 -1.21.5 " )
30+ implementation(" com.github.Minestom:Minestom:2025.08.29 -1.21.8 " )
3131
3232 /* minecraft proxy side software */
3333 compileOnly(" com.velocitypowered:velocity-api:3.1.1" )
3434 compileOnly(" net.md-5:bungeeapi:1.20" )
3535
3636 // kyori stuff
3737 implementation(" net.kyori.adventure:adventure-api:4.11.0" )
38- implementation(" net.kyori:adventure-platform-bukkit:4.3.4 " )
38+ implementation(" net.kyori:adventure-platform-bukkit:4.4.1 " )
3939 implementation(" net.kyori.adventure:adventure-text-minimessage:4.11.0" )
4040
4141 // tests stuff
You can’t perform that action at this time.
0 commit comments