Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo0111 committed Dec 28, 2022
1 parent aef3eed commit 5d6fd03
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 @@ -51,19 +51,19 @@ repositories {
}

dependencies {
compileOnly("org.spigotmc:spigot-api:1.19.2-R0.1-SNAPSHOT")
compileOnly("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT")
compileOnly("me.clip:placeholderapi:2.11.2")
compileOnly("org.jetbrains:annotations:23.0.0")
compileOnly('org.jetbrains:annotations:23.1.0')
compileOnly("com.github.MilkBowl:VaultAPI:1.7.1")
compileOnly("be.maximvdw:MVdWPlaceholderAPI:3.0.1-SNAPSHOT") {
exclude module: 'spigot'
}

implementation("io.github.slimjar:slimjar:1.2.7")
implementation("io.github.slimjar:slimjar:1.2.8")
implementation("com.github.glyart:mystral:1.4.6-SNAPSHOT")
implementation("dev.triumphteam:triumph-gui:3.2")
implementation("org.bstats:bstats-bukkit:3.0.0")
implementation('com.github.cryptomorin:XSeries:9.1.0')
implementation('com.github.cryptomorin:XSeries:9.2.0')
implementation('net.kyori:adventure-api:4.12.0')
implementation('net.kyori:adventure-text-serializer-legacy:4.12.0')
implementation("com.github.l1m0n3:HexiTextLib:b9e30055b7") {
Expand Down

0 comments on commit 5d6fd03

Please sign in to comment.