Skip to content

Commit

Permalink
chore(deps): update xseries for 1.21.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjack committed Dec 16, 2024
1 parent 13b1dca commit 3347a21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
implementation("org.codemc.worldguardwrapper:worldguardwrapper:1.1.9-SNAPSHOT")
implementation("ch.jalu:configme:1.3.0")
implementation("com.dumptruckman.minecraft:JsonConfiguration:1.1")
implementation("com.github.cryptomorin:XSeries:12.0.0")
implementation("com.github.cryptomorin:XSeries:12.1.0")
implementation("net.kyori:adventure-platform-bukkit:4.3.4")
implementation("dev.triumphteam:triumph-gui:3.1.10")
implementation("com.zaxxer:HikariCP:4.0.3")
Expand Down
1 change: 0 additions & 1 deletion src/main/java/me/glaremasters/guilds/Guilds.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
import me.glaremasters.guilds.listeners.WorldGuardListener;
import me.glaremasters.guilds.placeholders.PlaceholderAPI;
import me.glaremasters.guilds.updater.UpdateChecker;
import me.glaremasters.guilds.utils.BackupUtils;
import me.glaremasters.guilds.utils.LanguageUpdater;
import me.glaremasters.guilds.utils.LoggingUtils;
import me.glaremasters.guilds.utils.StringUtils;
Expand Down

0 comments on commit 3347a21

Please sign in to comment.