Skip to content

Commit 37cd09b

Browse files
committed
Upgrade Kotest to 6.0.1 across all modules; update related plugin and dependency references.
1 parent 6b82bba commit 37cd09b

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

kotest-allure/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ kotlin {
2626
dependencies {
2727
implementation(kotlin("stdlib"))
2828
implementation(kotlin("reflect"))
29-
testImplementation("io.kotest:kotest-extensions-allure:6.0.0")
30-
testImplementation("io.kotest:kotest-runner-junit5:6.0.0")
29+
testImplementation("io.kotest:kotest-extensions-allure:6.0.1")
30+
testImplementation("io.kotest:kotest-runner-junit5:6.0.1")
3131
}
3232

3333
tasks.withType<Test> {

kotest-android/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ espressoCore = "3.6.1"
1010
appcompat = "1.7.1"
1111
material = "1.12.0"
1212
mockk = "1.13.17"
13-
kotest = "6.0.0"
13+
kotest = "6.0.1"
1414

1515
[libraries]
1616
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }

kotest-javascript/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotlin = "2.2.10"
3-
kotest = "6.0.0.2113-SNAPSHOT"
3+
kotest = "6.0.1"
44
ktor = "3.0.1"
55
ksp = "2.2.10-2.0.2"
66

@@ -12,5 +12,5 @@ ktor-client-js = { module = "io.ktor:ktor-client-js", version.ref = "ktor" }
1212

1313
[plugins]
1414
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
15-
kotest = { id = "io.kotest", version = "6.0.0" }
15+
kotest = { id = "io.kotest", version.ref = "kotest" }
1616
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }

kotest-jvm/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotest = "6.0.0"
2+
kotest = "6.0.1"
33
kotlin = "2.2.10"
44

55
[libraries]

kotest-multiplatform/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
agp = "8.11.1"
33
kotlin = "2.2.10"
4-
kotest = "6.0.0"
4+
kotest = "6.0.1"
55
ksp = "2.2.10-2.0.2"
66
android-compileSdk = "36"
77
android-minSdk = "24"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotest = "6.0.0.2113-SNAPSHOT"
2+
kotest = "6.0.1"
33
kotlin = "2.2.10"
44
ksp = "2.2.10-2.0.2"
55

@@ -9,5 +9,5 @@ kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.
99

1010
[plugins]
1111
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
12-
kotest = { id = "io.kotest", version = "6.0.0" }
12+
kotest = { id = "io.kotest", version.ref = "kotest" }
1313
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }

kotest-spring-webflux/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotlin = "2.2.10"
3-
kotest = "6.0.0"
3+
kotest = "6.0.1"
44

55
[libraries]
66
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }

kotest-wasm/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotlin = "2.2.0"
3-
kotest = "6.0.0"
3+
kotest = "6.0.1"
44

55
[libraries]
66
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }

0 commit comments

Comments
 (0)