Skip to content

Commit 8b9665a

Browse files
committed
Updated dependencies for 1.21.10
- Bumped javapoet to 0.10.0 - Bumped nbt to 4.3.1
1 parent 0d3c846 commit 8b9665a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
implementation("dev.faststats.metrics:bukkit:0.10.1")
3939
implementation("net.thenextlvl.version-checker:modrinth-paper:1.0.1")
4040
implementation("net.thenextlvl:i18n:1.1.0")
41-
implementation("net.thenextlvl:nbt:4.2.0")
41+
implementation("net.thenextlvl:nbt:4.3.1")
4242
implementation("org.bstats:bstats-bukkit:3.1.0")
4343

4444
implementation(project(":api"))

source-generator/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ repositories {
1414

1515
dependencies {
1616
implementation("io.papermc.paper:paper-api:1.21.10-R0.1-SNAPSHOT")
17-
implementation("com.palantir.javapoet:javapoet:0.9.0")
18-
implementation("net.thenextlvl:nbt:4.2.0")
17+
implementation("com.palantir.javapoet:javapoet:0.10.0")
18+
implementation("net.thenextlvl:nbt:4.3.1")
1919
implementation(project(":api"))
2020

2121
testImplementation(platform("org.junit:junit-bom:6.1.0-SNAPSHOT"))

0 commit comments

Comments
 (0)