Skip to content

Commit 763e683

Browse files
fix(deps): update kotlin & compose
1 parent 5f56dc1 commit 763e683

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
[versions]
2-
kotlin = "2.3.10"
3-
compose-multiplatform = "1.10.2"
2+
kotlin = "2.3.20"
3+
compose-multiplatform = "1.10.3"
44
ktor = "3.4.1"
5-
kotlinx-serialization-json = "1.10.0"
5+
kotlinx-serialization-json = "1.11.0"
66
logback = "1.5.32"
77
firebase-admin = "9.8.0"
88
ktlint-gradle = "14.1.0"
99
# RC だが Kotlin 2.3.0 wasmJs の KClass.simpleName→FQN 変更に対応した唯一のバージョン (koin#2312)
1010
koin = "4.2.0"
11-
lifecycle = "2.9.6"
11+
lifecycle = "2.10.0"
1212
webauthn4j = "0.31.1.RELEASE"
1313
exposed = "1.1.1"
1414
sqlite-jdbc = "3.51.3.0"
1515
dotenv-java = "3.2.0"
1616
ktor-openapi-tools = "5.6.0"
1717
mockk = "1.14.9"
1818
kotlinx-coroutines = "1.10.2"
19-
kotlinx-browser = "0.3"
19+
kotlinx-browser = "0.5.0"
2020

2121
[libraries]
2222
# Koin DI

0 commit comments

Comments
 (0)