Skip to content

Commit

Permalink
chore: Update shadow plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Aug 15, 2024
1 parent 22a7b1a commit fa7b3ba
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 @@ -4,7 +4,7 @@ dokka = "1.9.20"
download = "5.6.0"
jreleaser = "1.13.1"
license = "0.16.1"
shadow = "8.1.7"
shadow = "8.3.0"
sonarscanner = "5.1.0.4882"

# libs
Expand Down Expand Up @@ -47,5 +47,5 @@ dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
download = { id = "de.undercouch.download", version.ref = "download" }
jreleaser = { id = "org.jreleaser", version.ref = "jreleaser" }
license = { id = "com.github.hierynomus.license", version.ref = "license" }
shadow = { id = "io.github.goooler.shadow", version.ref = "shadow" }
shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }
sonarqube = { id = "org.sonarqube", version.ref = "sonarscanner" }

0 comments on commit fa7b3ba

Please sign in to comment.