Skip to content

Commit

Permalink
Fix build & update jvmdowngrader
Browse files Browse the repository at this point in the history
  • Loading branch information
Krakenied committed Nov 16, 2024
1 parent dc83007 commit 153da4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dependencies {
// PlayerPoints
compileOnlyPlugin("org.black_ixx:playerpoints:3.2.5")
// SCore
compileOnlyPlugin("com.github.Ssomar-Developement:SCore:3.4.7")
compileOnlyPlugin("com.github.Ssomar-Developement:SCore:4.24.3.5")
// ShopGUIPlus
compileOnlyPlugin("com.github.brcdev-minecraft:shopgui-api:3.0.0")
// Slimefun4
Expand All @@ -118,7 +118,7 @@ dependencies {
// Vault
compileOnlyPlugin("com.github.MilkBowl:VaultAPI:1.7.1")
// VotingPlugin
compileOnlyPlugin("com.bencodez:votingplugin:6.15")
compileOnlyPlugin("com.bencodez:votingplugin:6.17.2")
// WildStacker
compileOnlyPlugin("com.bgsoftware:WildStackerAPI:2023.3")
// ZNPCsPlus
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pluginManagement {
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
id("io.github.goooler.shadow") version "8.1.8"
id("xyz.wagyourtail.jvmdowngrader") version "1.1.2"
id("xyz.wagyourtail.jvmdowngrader") version "1.2.1"
}
}

Expand Down

0 comments on commit 153da4a

Please sign in to comment.