Skip to content

Commit 87fcf75

Browse files
committed
Migrate shadow to 9.0.0-beta12
1 parent c3b0640 commit 87fcf75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jetbrains-compose = "1.9.3"
1616
compose-stability-analyzer = "0.7.3"
1717
runtimeAnnotation = "1.9.0"
1818
spotless = "6.21.0"
19-
shadow = "8.1.1"
19+
shadow = "9.0.0-beta12"
2020

2121
[libraries]
2222
androidx-compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compiler" }
@@ -53,4 +53,4 @@ compose-stability-analyzer = { id = "com.github.skydoves.compose.stability.analy
5353
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
5454
nexus-plugin = { id = "com.vanniktech.maven.publish", version.ref = "nexusPlugin" }
5555
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
56-
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" }
56+
shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }

0 commit comments

Comments
 (0)