Skip to content

Commit bf21f92

Browse files
update dependencies
1 parent 41e8d2c commit bf21f92

File tree

4 files changed

+9
-21
lines changed

4 files changed

+9
-21
lines changed

gradle.properties

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,6 @@ kotlin.js.generate.externals=true
44
kotlin.incremental=true
55
kotlin.incremental.js=true
66

7-
kotlin_version=1.7.20
8-
kotlin_coroutines_version=1.6.4
9-
kotlin_serialisation_core_version=1.4.1
10-
ktor_version=2.1.3
11-
micro_utils_version=0.14.2
12-
13-
compose_version=1.2.1
14-
15-
# Dokka
16-
17-
dokka_version=1.7.20
18-
197
# Project data
208

219
group=dev.inmo

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[versions]
22

33
kt = "1.8.20"
4-
kt-serialization = "1.5.0"
5-
kt-coroutines = "1.6.4"
4+
kt-serialization = "1.5.1"
5+
kt-coroutines = "1.7.2"
66

7-
jb-compose = "1.4.0"
8-
jb-dokka = "1.8.10"
9-
microutils = "0.18.0"
10-
kjsuikit = "0.7.0"
7+
jb-compose = "1.4.1"
8+
jb-dokka = "1.8.20"
9+
microutils = "0.19.7"
10+
kjsuikit = "0.7.1"
1111

12-
ktor = "2.3.0"
12+
ktor = "2.3.2"
1313

1414
gh-release = "2.4.1"
1515

mppJsProject.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ kotlin {
1313
commonMain {
1414
dependencies {
1515
implementation kotlin('stdlib')
16-
api "org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlin_serialisation_core_version"
16+
api libs.kt.serialization
1717
}
1818
}
1919
commonTest {

mppProjectWithSerialization.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ kotlin {
1414
commonMain {
1515
dependencies {
1616
implementation kotlin('stdlib')
17-
api "org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlin_serialisation_core_version"
17+
api libs.kt.serialization
1818
}
1919
}
2020
commonTest {

0 commit comments

Comments
 (0)