aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-19 21:28:18 +0700
committerGitHub <noreply@github.com>2022-08-19 21:28:18 +0700
commit90e0d1993c5ed7327623ac95d4cb854bdd612756 (patch)
tree25e164a9129750c60ce30504955dd47596a3153e
parentf95cdb316f0a2f984546849f83512f8dce572d85 (diff)
downloadOneConfig-90e0d1993c5ed7327623ac95d4cb854bdd612756.tar.gz
OneConfig-90e0d1993c5ed7327623ac95d4cb854bdd612756.tar.bz2
OneConfig-90e0d1993c5ed7327623ac95d4cb854bdd612756.zip
Bump vigilance-1.8.9-forge from 222 to 252 (#99)
Bumps vigilance-1.8.9-forge from 222 to 252. --- updated-dependencies: - dependency-name: gg.essential:vigilance-1.8.9-forge dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 89d44d9..c468853 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -76,7 +76,7 @@ dependencies {
compileOnly("org.ow2.asm:asm-debug-all:5.0.3")
compileOnly("org.apache.commons:commons-lang3:3.3.2")
- compileOnly("gg.essential:vigilance-1.8.9-forge:222") {
+ compileOnly("gg.essential:vigilance-1.8.9-forge:252") {
attributes { attribute(common, true) }
isTransitive = false
}