Skip to content

Commit d157a99

Browse files
fix(deps): update kotlin, ksp and compose compiler
1 parent 61500bc commit d157a99

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugin-code-ktlint-source = "0.45.2"
1111
plugin-code-detekt = "1.22.0"
1212

1313
# plugin - kotlin
14-
plugin-kotlin-ksp = "1.8.10-1.0.9"
14+
plugin-kotlin-ksp = "1.9.25-1.0.20"
1515

1616
# plugin - compose
1717
plugin-compose-paparazzi = "1.2.0"
@@ -28,11 +28,11 @@ plugin-util-secrets = "2.0.1"
2828
plugin-local-master = "master"
2929

3030
# kotlin
31-
kotlin-core = "1.8.10"
31+
kotlin-core = "1.9.25"
3232
kotlin-dokka = "1.8.10"
33-
kotlin-kover = "0.6.1"
34-
kotlin-coroutines = "1.6.4"
35-
kotlin-collections-immutable = "0.3.5"
33+
kotlin-kover = "0.9.5"
34+
kotlin-coroutines = "1.10.2"
35+
kotlin-collections-immutable = "0.4.0"
3636

3737
# apache
3838
apache-commons-io = "2.11.0"

0 commit comments

Comments
 (0)