Skip to content

Commit 1aa5c99

Browse files
committed
Update dependencies to prevent new version issues
1 parent 151f2d4 commit 1aa5c99

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ repositories {
3535
}
3636

3737
dependencies {
38-
implementation 'de.tr7zw:item-nbt-api:2.11.3'
38+
implementation 'de.tr7zw:item-nbt-api:2.12.0'
3939
implementation 'com.github.Redempt:RedLib:6.5.8'
40-
implementation 'com.github.cryptomorin:XSeries:9.4.0'
40+
implementation 'com.github.cryptomorin:XSeries:9.7.0'
4141
implementation 'com.github.Revxrsal.Lamp:common:3.1.5'
4242
implementation 'com.github.Revxrsal.Lamp:bukkit:3.1.5'
4343
implementation 'com.github.Sven65:Item-Names:1.0.0'
4444

4545
compileOnly 'org.spigotmc:spigot-api:1.14.4-R0.1-SNAPSHOT'
4646
compileOnly 'org.jetbrains:annotations:23.0.0'
47-
compileOnly 'me.clip:placeholderapi:2.11.3'
47+
compileOnly 'me.clip:placeholderapi:2.11.5'
4848
}
4949

5050
group = 'me.byteful.plugin'
51-
version = '1.3.5'
51+
version = '1.3.5.1'
5252
description = 'LevelTools'
5353
java.sourceCompatibility = JavaVersion.VERSION_1_8
5454

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = 'leveltools'
1+
rootProject.name = 'LevelTools'

0 commit comments

Comments
 (0)