File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[versions ]
2
- ksp = " 1.6.20 -1.0.5 "
2
+ ksp = " 1.7.0 -1.0.6 "
3
3
kotlinJupyter = " 0.11.0-30"
4
4
ktlint = " 3.4.5"
5
5
kotlin = " 1.6.20"
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ dependencies {
17
17
implementation(project(" :dataframe-excel" ))
18
18
implementation(libs. ksp. api)
19
19
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 " )
22
22
testImplementation(" io.ktor:ktor-server-netty:1.6.7" )
23
23
testImplementation(" io.kotest:kotest-assertions-core:4.6.0" )
24
24
}
You can’t perform that action at this time.
0 commit comments