Skip to content

Commit 827f959

Browse files
committed
Update dependencies
1 parent 3a768a1 commit 827f959

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
@@ -1,14 +1,14 @@
11
[versions]
22
kotlin = "2.1.0"
33
serialization = "1.8.0"
4-
coroutines = "1.9.0"
5-
spotless = "6.25.0"
4+
coroutines = "1.10.1"
5+
spotless = "7.0.2"
66
kotlinxHtml = "0.11.0"
77
kotlinxCli = "0.3.6"
8-
compose = "1.7.1"
8+
compose = "1.7.3"
99
mavenPublish = "0.30.0"
10-
androidGradlePlugin = "8.7.3"
11-
gradlePluginPublish = "1.3.0"
10+
androidGradlePlugin = "8.9.1"
11+
gradlePluginPublish = "1.3.1"
1212

1313
[libraries]
1414
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "serialization" }

0 commit comments

Comments
 (0)