Skip to content

Commit

Permalink
deps: bump com.gradleup.shadow from 8.3.4 to 8.3.5 (#423)
Browse files Browse the repository at this point in the history
Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 8.3.4 to 8.3.5.
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](GradleUp/shadow@8.3.4...8.3.5)

---
updated-dependencies:
- dependency-name: com.gradleup.shadow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

(cherry picked from commit 029617b)
  • Loading branch information
dependabot[bot] authored and WiIIiam278 committed Nov 21, 2024
1 parent cc94c3b commit 00b286b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import org.apache.tools.ant.filters.ReplaceTokens

plugins {
id 'com.gradleup.shadow' version '8.3.3'
id 'com.gradleup.shadow' version '8.3.5'
id 'org.cadixdev.licenser' version '0.6.1' apply false
id 'fabric-loom' version '1.7-SNAPSHOT' apply false
id 'fabric-loom' version "$fabric_loom_version" apply false
id 'org.ajoberstar.grgit' version '5.3.0'
id 'maven-publish'
id 'java'
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ bukkit_spigot_api=1.21.1-R0.1-SNAPSHOT
bukkit_paper_api=1.21.1-R0.1-SNAPSHOT

# Fabric build settings
fabric_loom_version=1.7-SNAPSHOT
fabric_loader_version=0.16.9
fabric_yarn_mappings=1.21.1+build.3
fabric_api_version=0.107.0+1.21.1
Expand Down

0 comments on commit 00b286b

Please sign in to comment.