Skip to content

Commit

Permalink
chore: bump some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed Apr 19, 2024
1 parent 6166fcf commit 51dd8df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ dependencies {
exclude("org.spongepowered:configurate-hocon")
exclude("com.mojang:brigadier")
}
compileOnly("com.github.angeschossen:LandsAPI:6.44.0")
compileOnly("com.github.angeschossen:LandsAPI:7.0.2")
compileOnly("com.github.WhipDevelopment:CrashClaim:75abe3b665")
implementation(platform("com.intellectualsites.bom:bom-1.18.x:1.20"))
compileOnly("com.plotsquared:PlotSquared-Core")
compileOnly("com.plotsquared:PlotSquared-Bukkit")
compileOnly("com.github.TechFortress:GriefPrevention:16.18")
compileOnly("net.william278.huskclaims:huskclaims-common:1.0.1")
compileOnly("net.william278.huskclaims:huskclaims-bukkit:1.0.1")
compileOnly("com.github.TechFortress:GriefPrevention:16.18.2")
compileOnly("net.william278.huskclaims:huskclaims-common:1.1.2")
compileOnly("net.william278.huskclaims:huskclaims-bukkit:1.1.2")
}

java {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pluginVersion=1.5.0
pluginVersion=1.5.1

0 comments on commit 51dd8df

Please sign in to comment.