Skip to content

Commit 8136d87

Browse files
committed
Update KSP
1 parent 9c574a4 commit 8136d87

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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-
ksp = "1.6.20-1.0.5"
2+
ksp = "1.7.0-1.0.6"
33
kotlinJupyter = "0.11.0-30"
44
ktlint = "3.4.5"
55
kotlin = "1.6.20"

plugins/symbol-processor/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ dependencies {
1717
implementation(project(":dataframe-excel"))
1818
implementation(libs.ksp.api)
1919
testImplementation("org.jetbrains.kotlin:kotlin-test")
20-
testImplementation("com.github.tschuchortdev:kotlin-compile-testing:1.4.4")
21-
testImplementation("com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.4")
20+
testImplementation("com.github.tschuchortdev:kotlin-compile-testing:1.4.8")
21+
testImplementation("com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.8")
2222
testImplementation("io.ktor:ktor-server-netty:1.6.7")
2323
testImplementation("io.kotest:kotest-assertions-core:4.6.0")
2424
}

0 commit comments

Comments
 (0)