Skip to content

Commit

Permalink
Fix Vault CodeQL build issue?
Browse files Browse the repository at this point in the history
  • Loading branch information
cjburkey01 committed Aug 8, 2024
1 parent 1f3376c commit 9969594
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ object DepData {
const val BUKKIT_VERSION = "1.20.6-R0.1-SNAPSHOT"
const val SPIGOT_VERSION = "1.20.6-R0.1-SNAPSHOT"
const val LATEST_MC_VERSION = "1.21"
const val VAULT_API_VERSION = "1.7.1"
const val VAULT_API_VERSION = "1.7"
const val WORLD_EDIT_CORE_VERSION = "7.3.5"
const val WORLD_GUARD_BUKKIT_VERSION = "7.0.10"
const val PLACEHOLDER_API_VERSION = "2.11.6"
Expand Down Expand Up @@ -283,7 +283,6 @@ repositories {
maven("https://repo.mikeprimm.com")
maven("https://papermc.io/repo/repository/maven-public/")
maven("https://repo.extendedclip.com/content/repositories/placeholderapi/")
maven("https://eldonexus.de/repository/maven-public")
maven("https://jitpack.io")

// Why do you have to be special, huh?
Expand Down

0 comments on commit 9969594

Please sign in to comment.