upgraded ms_stools

This commit is contained in:
Sergey Chernov 2025-03-16 22:28:50 +03:00
parent e33273d597
commit a121f2c4a6

View File

@ -57,7 +57,7 @@ kotlin {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
// this is actually a bug: we need only the core, but bare core causes strange errors
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
api("net.sergeych:mp_stools:[1.4.7,)")
api("net.sergeych:mp_stools:[1.5.2-SNAPSHOT,)")
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.5.0")
}
}