From a121f2c4a6e6b985d94e890d0590b4a51bcaa958 Mon Sep 17 00:00:00 2001 From: sergeych Date: Sun, 16 Mar 2025 22:28:50 +0300 Subject: [PATCH] upgraded ms_stools --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2ffccfb..873c25f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") } }