Skip to content

Commit 151f2d4

Browse files
committed
v1.3.5
1 parent 82febc6 commit 151f2d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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.2'
39-
implementation 'com.github.Redempt:RedLib:6.5.2'
38+
implementation 'de.tr7zw:item-nbt-api:2.11.3'
39+
implementation 'com.github.Redempt:RedLib:6.5.8'
4040
implementation 'com.github.cryptomorin:XSeries:9.4.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.2'
47+
compileOnly 'me.clip:placeholderapi:2.11.3'
4848
}
4949

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

0 commit comments

Comments
 (0)