File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ dependencies {
3030 compileOnly(" org.spigotmc:spigot-api:1.21.1-R0.1-SNAPSHOT" )
3131 implementation(" net.kyori:adventure-platform-bukkit:4.3.4" )
3232 implementation(" net.kyori:adventure-text-minimessage:4.18.0" )
33- implementation(" dev.rollczi:litecommands-bukkit:3.9.5 " )
34- implementation(" dev.rollczi:litecommands-adventure:3.9.5 " )
33+ implementation(" dev.rollczi:litecommands-bukkit:3.9.6 " )
34+ implementation(" dev.rollczi:litecommands-adventure:3.9.6 " )
3535
3636 // skull api
3737 implementation(" dev.rollczi:liteskullapi:1.3.0" )
@@ -81,8 +81,8 @@ dependencies {
8181 implementation(" com.spotify:completable-futures:0.3.6" )
8282
8383 // eternalcode-commons
84- implementation(" com.eternalcode:eternalcode-commons-adventure:1.1.4 " )
85- implementation(" com.eternalcode:eternalcode-commons-bukkit:1.1.4 " )
84+ implementation(" com.eternalcode:eternalcode-commons-adventure:1.1.5 " )
85+ implementation(" com.eternalcode:eternalcode-commons-bukkit:1.1.5 " )
8686
8787 testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.4" )
8888 testImplementation(" org.junit.jupiter:junit-jupiter-params:5.11.4" )
9898}
9999
100100checkstyle {
101- toolVersion = " 10.21.0 "
101+ toolVersion = " 10.21.1 "
102102
103103 configFile = file(" ${rootDir} /config/checkstyle/checkstyle.xml" )
104104
You can’t perform that action at this time.
0 commit comments