Skip to content

Commit c29c654

Browse files
committed
chore: fix dep
1 parent 2fcbd33 commit c29c654

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ kotlin-dokka = "2.1.0-Beta"
2626
kotlinx-io = "0.8.0"
2727
kotlinx-atomicfu = "0.29.0"
2828
kotlinx-coroutines = "1.10.2"
29-
kotlinx-datetime = "0.7.1-0.6.x-compat"
29+
kotlinx-datetime = "0.7.1"
3030
kotlinx-datetime-zoneinfo = "2025b-spi.0.7.1"
3131
kotlinx-serialization = "1.9.0"
3232
kotlinx-rpc = "0.9.1"
@@ -42,7 +42,7 @@ kotlin-wrappers = "2025.8.20"
4242
kotlin-redacted = "1.15.0-2.2.20-Beta2-alpha01"
4343
kotlin-serviceloader = "0.0.19"
4444
kotlinx-multik = "0.2.3"
45-
kotlinx-dataframe = "1.0.0-dev-8206"
45+
kotlinx-dataframe = "1.0.0-Beta2"
4646
kotlinx-kandy = "0.8.1-local-5-dev-74"
4747
kotlin-statistics = "0.4.0-RC1"
4848
gradle-kotlin-dsl = "6.2.0"
@@ -94,7 +94,7 @@ pty4j = "0.13.10-1"
9494
oshi = "6.8.3"
9595
junit = "6.0.0-RC2"
9696
koin = "4.1.1-Beta1"
97-
koin-annotations = "2.2.0-Beta4"
97+
koin-annotations = "2.2.0-Beta5"
9898
metro = "0.4.0"
9999
kotest = "6.0.1"
100100
mockk = "1.14.5"

0 commit comments

Comments
 (0)