Skip to content

Commit 2b90353

Browse files
Update plugin com.gradleup.shadow to v9.3.2
1 parent 53f8496 commit 2b90353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import xyz.wagyourtail.jvmdg.gradle.task.DowngradeJar
33
plugins {
44
id("java")
55
id("xyz.wagyourtail.jvmdowngrader") version "1.3.6" apply false
6-
id("com.gradleup.shadow") version "9.3.1" apply false
6+
id("com.gradleup.shadow") version "9.3.2" apply false
77
}
88

99
val downgradedVersions = mapOf<String, Set<Int>>(

0 commit comments

Comments
 (0)