Skip to content

Commit 174a1c6

Browse files
committed
Update dependencies to 1.21.9-R0.1-SNAPSHOT
1 parent 60417d5 commit 174a1c6

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828
dependencies {
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

3434
tasks.withType<JavaCompile>().configureEach {

build.gradle.kts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,9 @@ repositories {
2929
}
3030

3131
dependencies {
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")

0 commit comments

Comments
 (0)