Skip to content

Commit 7fe135f

Browse files
authored
Merge pull request #32 from johnslovakia/patch-1
Update build.gradle
2 parents 5e5f2ae + 523a46d commit 7fe135f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ repositories {
2323

2424
dependencies {
2525
implementation group: 'org.jetbrains', name: 'annotations', version: '20.1.0'
26-
implementation 'de.tr7zw:item-nbt-api:2.13.1'
26+
implementation 'de.tr7zw:item-nbt-api:2.14.1'
2727
compileOnly 'io.projectreactor:reactor-core:3.5.2' // Should be included in using projects.
2828
compileOnly 'commons-lang:commons-lang:2.6'
2929
compileOnly 'org.spigotmc:spigot-api:1.18.1-R0.1-SNAPSHOT'
3030
compileOnly 'com.mojang:authlib:1.5.21'
3131
compileOnly 'org.projectlombok:lombok:1.18.24'
3232
annotationProcessor 'org.projectlombok:lombok:1.18.24'
33-
}
33+
}

0 commit comments

Comments
 (0)