fix(deps): manually updated shadow plugin

closes #82
This commit is contained in:
Adrian 2023-03-03 16:40:01 -05:00
parent 53bc73053e
commit b15cb1f17b
No known key found for this signature in database
GPG Key ID: FB8EF84DCE1BE452

View File

@ -10,7 +10,7 @@ authme = "5.6.0-SNAPSHOT"
libby = "1.1.5"
pluginyml = "0.5.3"
bstats = "3.0.1"
shadow = "8.0.0"
shadow = "8.1.0"
configurate = "4.1.2"
adventure = "4.12.0"
blossom = "1.3.1"
@ -39,7 +39,7 @@ configurate-hocon = { group = "org.spongepowered", name = "configurate-hocon", v
build-indra-common = { module = "net.kyori:indra-common", version.ref = "indra" }
build-indra-spotless = { module = "net.kyori:indra-licenser-spotless", version.ref = "indra" }
plugin-shadow = { group = "gradle.plugin.com.github.johnrengelman", name = "shadow", version.ref = "shadow" }
plugin-shadow = { group = "com.github.johnrengelman", name = "shadow", version.ref = "shadow" }
[plugins]