File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ repositories {
2828dependencies {
2929 api(" net.thenextlvl:nbt:3.0.1" )
3030 api(" net.thenextlvl.core:paper:2.3.1" )
31- compileOnly(" io.papermc.paper:paper-api:1.21.9-pre2- R0.1-SNAPSHOT" )
31+ compileOnly(" io.papermc.paper:paper-api:1.21.9-R0.1-SNAPSHOT" )
3232}
3333
3434tasks.withType<JavaCompile >().configureEach {
Original file line number Diff line number Diff line change @@ -29,13 +29,9 @@ repositories {
2929}
3030
3131dependencies {
32- paperweight.paperDevBundle(" 1.21.9-pre2- R0.1-SNAPSHOT" )
32+ paperweight.paperDevBundle(" 1.21.9-R0.1-SNAPSHOT" )
3333
34- implementation(" net.thenextlvl.core:i18n:3.2.2" ) {
35- // todo: remove – temp solution until adventure publishes a stable release
36- exclude(" net.kyori" , " adventure-text-minimessage" )
37- exclude(" net.kyori" , " adventure-text-logger-slf4j" )
38- }
34+ implementation(" net.thenextlvl.core:i18n:3.2.2" )
3935 implementation(" net.thenextlvl.core:paper:2.3.1" )
4036 implementation(" net.thenextlvl.core:utils:1.1.2" )
4137 implementation(" org.bstats:bstats-bukkit:3.1.0" )
You can’t perform that action at this time.
0 commit comments