We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b84450 + 30ca0f4 commit f157f7eCopy full SHA for f157f7e
1 file changed
source-generator/build.gradle.kts
@@ -15,7 +15,7 @@ repositories {
15
dependencies {
16
implementation("io.papermc.paper:paper-api:1.21.11-R0.1-SNAPSHOT")
17
implementation("com.palantir.javapoet:javapoet:0.10.0")
18
- implementation("net.thenextlvl:nbt:4.3.1")
+ implementation("net.thenextlvl:nbt:4.3.2")
19
implementation(project(":api"))
20
21
testImplementation(platform("org.junit:junit-bom:6.1.0-SNAPSHOT"))
0 commit comments