File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
undertest-junit5-kotest/harness Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ org.gradle.configuration-cache=true
77ver_JUNIT_USE =5.10.2
88ver_JUNIT_PIONEER =2.2.0
99ver_OKIO =3.9.0
10- ver_KOTLIN_TEST =1.9.23
10+ ver_KOTLIN_TEST =1.9.24
1111ver_KOTLIN_SERIALIZATION =1.6.3
1212# Kotest 5.4.0 is the oldest that we support
1313ver_KOTEST =5.4.0
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ plugins {
2020 // https://plugins.gradle.org/plugin/org.jetbrains.dokka
2121 id ' org.jetbrains.dokka' version ' 1.9.20' apply false
2222 // https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
23- id ' org.jetbrains.kotlin.jvm' version ' 1.9.23 ' apply false
23+ id ' org.jetbrains.kotlin.jvm' version ' 1.9.24 ' apply false
2424 // https://plugins.gradle.org/plugin/org.jetbrains.kotlin.plugin.serialization
25- id ' org.jetbrains.kotlin.plugin.serialization' version ' 1.9.23 ' apply false
25+ id ' org.jetbrains.kotlin.plugin.serialization' version ' 1.9.24 ' apply false
2626 // https://plugins.gradle.org/plugin/org.jetbrains.kotlin.multiplatform
27- id ' org.jetbrains.kotlin.multiplatform' version ' 1.9.23 ' apply false
27+ id ' org.jetbrains.kotlin.multiplatform' version ' 1.9.24 ' apply false
2828 // https://github.com/adamko-dev/dokkatoo/releases
2929 id ' dev.adamko.dokkatoo-html' version ' 2.0.0' apply false
3030}
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ plugins {
2020 // https://plugins.gradle.org/plugin/org.jetbrains.dokka
2121 id ' org.jetbrains.dokka' version ' 1.9.20' apply false
2222 // https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
23- id ' org.jetbrains.kotlin.jvm' version ' 1.9.23 ' apply false
23+ id ' org.jetbrains.kotlin.jvm' version ' 1.9.24 ' apply false
2424 // https://plugins.gradle.org/plugin/org.jetbrains.kotlin.plugin.serialization
25- id ' org.jetbrains.kotlin.plugin.serialization' version ' 1.9.23 ' apply false
25+ id ' org.jetbrains.kotlin.plugin.serialization' version ' 1.9.24 ' apply false
2626 // https://plugins.gradle.org/plugin/org.jetbrains.kotlin.multiplatform
27- id ' org.jetbrains.kotlin.multiplatform' version ' 1.9.23 ' apply false
27+ id ' org.jetbrains.kotlin.multiplatform' version ' 1.9.24 ' apply false
2828 // https://github.com/adamko-dev/dokkatoo/releases
2929 id ' dev.adamko.dokkatoo-html' version ' 2.0.0' apply false
3030}
You can’t perform that action at this time.
0 commit comments