upgrade parsec3

This commit is contained in:
Sergey Chernov 2025-01-06 21:10:14 +03:00
parent 5e61688f0c
commit f33fca21d1

View File

@ -44,7 +44,7 @@ kotlin {
val commonMain by getting {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3")
api("net.sergeych:parsec3:0.5.2")
api("net.sergeych:parsec3:0.5.3")
api("net.sergeych:unikrypto:1.2.5")
}
}