Update better-parse

This commit is contained in:
Alexander Nozik 2022-06-12 15:19:59 +03:00
parent 569e01fce1
commit e1276b684f
No known key found for this signature in database
GPG Key ID: F7FCF2DD25C71357

View File

@ -24,7 +24,7 @@ kotlin.sourceSets {
commonMain {
dependencies {
api("com.github.h0tk3y.betterParse:better-parse:0.4.2")
api("com.github.h0tk3y.betterParse:better-parse:0.4.4")
api(project(":kmath-core"))
}
}