Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq committed Oct 7, 2024
1 parent 7b3b818 commit b0ecf73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ dependencies {

compileOnly("org.spigotmc:spigot-api:1.21.1-R0.1-SNAPSHOT") // Universal
compileOnly("commons-io:commons-io:2.17.0")
compileOnly("org.apache.logging.log4j:log4j-api:2.24.0")
compileOnly("org.apache.logging.log4j:log4j-api:2.24.1")
implementation("com.github.cryptomorin:XSeries:11.3.0")
implementation("org.bstats:bstats-bukkit:3.1.0")
implementation("com.tcoded:FoliaLib:0.4.2")

implementation("de.tr7zw:item-nbt-api:2.13.2")
compileOnly("me.clip:placeholderapi:2.11.6")
compileOnly("com.discordsrv:discordsrv:1.28.1")
compileOnly("io.lumine:Mythic-Dist:5.7.1")
compileOnly("com.willfp:eco:6.74.1")
compileOnly("io.lumine:Mythic-Dist:5.7.2")
compileOnly("com.willfp:eco:6.74.2")
compileOnly("com.willfp:EcoEnchants:12.19.0")
compileOnly("com.sk89q.worldguard:worldguard-legacy:6.2")
compileOnly("com.github.sirblobman.combatlogx:api:11.5-SNAPSHOT")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
`java-library`
`maven-publish`
id("com.gradleup.shadow") version "8.3.2"
id("com.gradleup.shadow") version "8.3.3"
id("com.willfp.libreforge-gradle-plugin") version "1.0.2"
}

Expand Down

0 comments on commit b0ecf73

Please sign in to comment.