Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xGinko committed Jan 4, 2025
1 parent 28cd893 commit 4d3ada1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build-logic/src/main/kotlin/me.xginko.aef.wrapper.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ repositories {

dependencies {
compileOnly("com.github.retrooper:packetevents-spigot:2.7.0") // PacketEvents to patch packet based exploits
api("com.github.cryptomorin:XSeries:12.1.0") // Crossversion entitytype and material support
api("com.github.thatsmusic99:ConfigurationMaster-API:v2.0.0-rc.1") // ConfigurationMaster for enhanced config management
api("com.github.cryptomorin:XSeries:13.0.0") // Crossversion entitytype and material support
api("com.github.thatsmusic99:ConfigurationMaster-API:v2.0.0-rc.3") // ConfigurationMaster for enhanced config management
api("de.tr7zw:item-nbt-api:2.14.1") // NBT API for cross version nbt tag handling
api("org.bstats:bstats-bukkit:3.0.2") // Bukkit bStats
api("org.apache.commons:commons-math3:3.6.1") // FastMath
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ paper12 = "com.destroystokyo.paper:paper-api:1.12.2-R0.1-SNAPSHOT"
caffeineJ17 = "com.github.ben-manes.caffeine:caffeine:3.1.8"
caffeineJ8 = "com.github.ben-manes.caffeine:caffeine:2.9.3"
hikaricp = "com.zaxxer:HikariCP:5.1.0"
luckperms = "net.luckperms:api:5.4"

[plugins]
runpaper = { id = "xyz.jpenilla.run-paper", version = "2.3.1" }
Expand Down
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
dependencies {
compileOnly(libs.folia)
compileOnly(libs.caffeineJ8)
compileOnly("net.luckperms:api:5.4")
compileOnly(libs.luckperms)
paperweight.foliaDevBundle(libs.versions.foliabundle.get())
}

Expand Down

0 comments on commit 4d3ada1

Please sign in to comment.