Skip to content

Commit a5fd970

Browse files
authored
Kotest 6.0.0.M5 + Kotlin 2.2.0 (#43)
1 parent 5877609 commit a5fd970

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("jvm") version "2.1.20" apply false
3-
kotlin("android") version "2.1.20" apply false
2+
kotlin("jvm") version "2.2.0" apply false
3+
kotlin("android") version "2.2.0" apply false
44
id("com.android.application") version "7.4.2" apply false
55
}

kotest-runner-android/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ kotlin { jvmToolchain(11) }
99

1010
dependencies {
1111
api("junit:junit:4.13.2")
12-
api("io.kotest:kotest-framework-engine:6.0.0.M4")
13-
api("io.kotest:kotest-assertions-core:6.0.0.M4")
12+
api("io.kotest:kotest-framework-engine:6.0.0.M5")
13+
api("io.kotest:kotest-assertions-core:6.0.0.M5")
1414
}
1515

1616
val sourcesJar by tasks.registering(Jar::class) {

0 commit comments

Comments
 (0)