Skip to content

Commit

Permalink
v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
byteful committed Jul 5, 2023
1 parent 82febc6 commit 151f2d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@ repositories {
}

dependencies {
implementation 'de.tr7zw:item-nbt-api:2.11.2'
implementation 'com.github.Redempt:RedLib:6.5.2'
implementation 'de.tr7zw:item-nbt-api:2.11.3'
implementation 'com.github.Redempt:RedLib:6.5.8'
implementation 'com.github.cryptomorin:XSeries:9.4.0'
implementation 'com.github.Revxrsal.Lamp:common:3.1.5'
implementation 'com.github.Revxrsal.Lamp:bukkit:3.1.5'
implementation 'com.github.Sven65:Item-Names:1.0.0'

compileOnly 'org.spigotmc:spigot-api:1.14.4-R0.1-SNAPSHOT'
compileOnly 'org.jetbrains:annotations:23.0.0'
compileOnly 'me.clip:placeholderapi:2.11.2'
compileOnly 'me.clip:placeholderapi:2.11.3'
}

group = 'me.byteful.plugin'
version = '1.3.4'
version = '1.3.5'
description = 'LevelTools'
java.sourceCompatibility = JavaVersion.VERSION_1_8

Expand Down

0 comments on commit 151f2d4

Please sign in to comment.