diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-08-19 16:46:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-19 16:46:19 +0200 |
commit | 489acd1a5f69c401e82c92338b195dc73fd7c401 (patch) | |
tree | 9aec8daf888406f87004dc6f1126512487fc5926 | |
parent | 90e0d1993c5ed7327623ac95d4cb854bdd612756 (diff) | |
download | OneConfig-489acd1a5f69c401e82c92338b195dc73fd7c401.tar.gz OneConfig-489acd1a5f69c401e82c92338b195dc73fd7c401.tar.bz2 OneConfig-489acd1a5f69c401e82c92338b195dc73fd7c401.zip |
Bump universalcraft-1.8.9-forge from 211 to 228 (#104)
Bumps universalcraft-1.8.9-forge from 211 to 228.
---
updated-dependencies:
- dependency-name: gg.essential:universalcraft-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.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index c468853..e794344 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -81,7 +81,7 @@ dependencies { isTransitive = false } - shadeRelocated("gg.essential:universalcraft-1.8.9-forge:211") { + shadeRelocated("gg.essential:universalcraft-1.8.9-forge:228") { attributes { attribute(common, true) } isTransitive = false } |