We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e5f2ae + 523a46d commit 7fe135fCopy full SHA for 7fe135f
1 file changed
core/build.gradle
@@ -23,11 +23,11 @@ repositories {
23
24
dependencies {
25
implementation group: 'org.jetbrains', name: 'annotations', version: '20.1.0'
26
- implementation 'de.tr7zw:item-nbt-api:2.13.1'
+ implementation 'de.tr7zw:item-nbt-api:2.14.1'
27
compileOnly 'io.projectreactor:reactor-core:3.5.2' // Should be included in using projects.
28
compileOnly 'commons-lang:commons-lang:2.6'
29
compileOnly 'org.spigotmc:spigot-api:1.18.1-R0.1-SNAPSHOT'
30
compileOnly 'com.mojang:authlib:1.5.21'
31
compileOnly 'org.projectlombok:lombok:1.18.24'
32
annotationProcessor 'org.projectlombok:lombok:1.18.24'
33
-}
+}
0 commit comments