File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ dependencies {
57
57
implementation(" io.ktor:ktor-serialization-kotlinx-json:$ktorVersion " )
58
58
implementation(" io.ktor:ktor-client-websockets:$ktorVersion " )
59
59
implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0" )
60
- implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.6.2 " )
60
+ implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.7.0-0.6.x-compat " )
61
61
implementation(" com.wire:core-crypto-jvm:7.0.1" )
62
62
implementation(" com.wire:core-crypto-uniffi-jvm:7.0.1" )
63
63
implementation(" app.cash.sqldelight:sqlite-driver:2.1.0" )
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
30
30
implementation(" org.slf4j:slf4j-api:2.0.17" )
31
31
implementation(" ch.qos.logback:logback-classic:1.5.18" )
32
32
implementation(" net.logstash.logback:logstash-logback-encoder:8.1" )
33
- implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.6.2 " )
33
+ implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.7.0-0.6.x-compat " )
34
34
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2" )
35
35
36
36
testImplementation(" org.junit.jupiter:junit-jupiter:5.13.1" )
You can’t perform that action at this time.
0 commit comments