We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b294876 commit f08b556Copy full SHA for f08b556
build.gradle.kts
@@ -32,7 +32,7 @@ extra["fmodelVersion"] = "3.6.0"
32
extra["kotlinxSerializationJson"] = "1.7.3"
33
extra["kotlinxCollectionsImmutable"] = "0.3.8"
34
extra["kotlinLogging"] = "3.0.5"
35
-extra["kotlinxCoroutinesTest"] = "1.9.0"
+extra["kotlinxCoroutinesTest"] = "1.10.1"
36
37
dependencies {
38
implementation("com.fraktalio.fmodel:domain:${property("fmodelVersion")}")
0 commit comments