Skip to content

Commit

Permalink
build: update shadow to 8.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed Oct 19, 2024
1 parent 4923009 commit 59ccd41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ slf4j = "2.0.16"

# gradle plugins
run-server = "2.3.1"
shadow = "8.1.7"
shadow = "8.3.3"

[libraries]

Expand All @@ -35,4 +35,4 @@ slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" }
[plugins]

run-server = { id = "xyz.jpenilla.run-paper", version.ref = "run-server" }
shadow = { id = "io.github.goooler.shadow", version.ref = "shadow" }
shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }

0 comments on commit 59ccd41

Please sign in to comment.