Skip to content

Commit 449d2ba

Browse files
committed
chore: dep updates
1 parent cd1fba6 commit 449d2ba

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

gradle/kotlin-js-store/package-lock.json

Lines changed: 13 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ kotlinx-io = "0.5.3"
2525
kotlinx-atomicfu = "0.25.0"
2626
kotlinx-coroutines = "1.9.0-RC.2"
2727
kotlinx-datetime = "0.6.1"
28-
kotlinx-serialization = "1.7.1"
28+
kotlinx-serialization = "1.7.2"
2929
kotlinx-rpc = "0.1.0"
3030
kotlinx-collections-immutable = "0.3.7"
3131
kotlinx-lincheck = "2.33"

shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
plugins.kotlin.mpp
77
plugins.publishing
88
alias(libs.plugins.mappie)
9-
alias(libs.plugins.kopy)
9+
// alias(libs.plugins.kopy)
1010
}
1111

1212
description = "Shared common module for all projects"

0 commit comments

Comments
 (0)