Skip to content

Commit 341bd19

Browse files
Update plugin com.google.devtools.ksp to v2.3.4
1 parent 9663a95 commit 341bd19

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

kotest-javascript/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
kotlin = "2.2.10"
33
kotest = "6.0.4"
44
ktor = "3.0.1"
5-
ksp = "2.2.10-2.0.2"
5+
ksp = "2.3.4"
66

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

kotest-multiplatform/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
agp = "8.11.1"
33
kotlin = "2.2.10"
44
kotest = "6.0.4"
5-
ksp = "2.2.10-2.0.2"
5+
ksp = "2.3.4"
66
android-compileSdk = "36"
77
android-minSdk = "24"
88

kotest-native/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
kotest = "6.0.4"
33
kotlin = "2.2.10"
4-
ksp = "2.2.10-2.0.2"
4+
ksp = "2.3.4"
55

66
[libraries]
77
kotest-framework-engine = { module = "io.kotest:kotest-framework-engine", version.ref = "kotest" }

kotest-wasm/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
66
plugins {
77
alias(libs.plugins.kotlin.multiplatform)
88
alias(libs.plugins.kotest)
9-
id("com.google.devtools.ksp") version "2.2.0-2.0.2"
9+
id("com.google.devtools.ksp") version "2.3.4"
1010
}
1111

1212
repositories {

0 commit comments

Comments
 (0)