Skip to content

Commit f11652d

Browse files
committed
- update to compose-multiplatform 1.8.0
- update to ktor 3.1.3 - update to aboutlibraries 12.1.2
1 parent e2c31e3 commit f11652d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ androidx-activityCompose = "1.10.1"
33
coil = "3.1.0"
44
coil2 = "2.7.0"
55
markdown = "0.7.3"
6-
ktor = "3.1.2"
6+
ktor = "3.1.3"
77
highlights = "1.0.0"
88

99
[libraries]

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencyResolutionManagement {
2424

2525
versionCatalogs {
2626
create("baseLibs") {
27-
from("com.mikepenz:version-catalog:0.3.3")
27+
from("com.mikepenz:version-catalog:0.3.5")
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)