Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f9b246a

Browse files
authoredMay 10, 2025··
chore(deps): update plugin io.kotest.multiplatform to v6.0.0.m4
1 parent c38f23f commit f9b246a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.targets.js.yarn.yarn
55
plugins {
66
kotlin("multiplatform") version "2.1.20"
77
kotlin("plugin.serialization") version "2.1.20"
8-
id("io.kotest.multiplatform") version "6.0.0.M3"
8+
id("io.kotest.multiplatform") version "6.0.0.M4"
99
distribution
1010
}
1111

0 commit comments

Comments
 (0)
Please sign in to comment.