Skip to content

Commit b83ea38

Browse files
fix(deps): update all dependencies
| datasource | package | from | to | | ---------- | --------------------------------------------------------- | ------------- | ------------- | | maven | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin | 1.7.3 | 1.8.0+check | | maven | com.google.devtools.ksp:symbol-processing-api | 2.1.10-1.0.31 | 2.1.20-1.0.31 |
1 parent 88920ef commit b83ea38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ kotlin = "2.1.20"
99
kotlinBinaryCompatibilityValidator = "0.17.0"
1010
kotlinCompileTesting = "0.7.0"
1111
knit = "0.5.0"
12-
kspVersion = "2.1.10-1.0.31"
12+
kspVersion = "2.1.20-1.0.31"
1313
kotlinxSerialization = "1.8.0"
1414
ktor = "3.1.1"
1515
mockWebServer = "4.12.0"
1616
retrofit = "2.11.0"
1717
moshi = "1.15.2"
1818
spotlessVersion = "7.0.2"
19-
composePlugin = "1.7.3"
19+
composePlugin = "1.8.0+check"
2020
agp = "8.9.0"
2121
cache4k = "0.14.0"
2222
publish = "0.31.0"

0 commit comments

Comments
 (0)