File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ ktor = "3.1.2"
15
15
mockWebServer = " 4.12.0"
16
16
retrofit = " 2.11.0"
17
17
moshi = " 1.15.2"
18
- spotlessVersion = " 7.0.2 "
18
+ spotlessVersion = " 7.0.3 "
19
19
composePlugin = " 1.8.0-beta02"
20
20
agp = " 8.9.1"
21
21
cache4k = " 0.14.0"
22
22
publish = " 0.31.0"
23
23
jacksonModuleKotlin = " 2.18.3"
24
- shadow = " 9.0.0-beta11 "
24
+ shadow = " 9.0.0-beta12 "
25
25
26
26
[libraries ]
27
27
coroutines-core = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-core" , version.ref = " coroutines" }
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pluginManagement {
18
18
19
19
plugins {
20
20
id(" com.gradle.develocity" ) version " 4.0"
21
- id(" org.gradle.toolchains.foojay-resolver-convention" ) version(" 0.9 .0" )
21
+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version(" 0.10 .0" )
22
22
}
23
23
24
24
val kotlin_repo_url: String? by settings
You can’t perform that action at this time.
0 commit comments