Skip to content

Commit 0260d52

Browse files
committed
Bump kotest plugins version to 6.1.4
1 parent 281d910 commit 0260d52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jvm/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ plugins {
3030
// https://github.com/adamko-dev/dokkatoo/releases
3131
id 'dev.adamko.dokkatoo-html' version '2.4.0' apply false
3232
// https://plugins.gradle.org/plugin/io.kotest
33-
id 'io.kotest' version '6.1.1' apply false
33+
id 'io.kotest' version '6.1.4' apply false
3434
}
3535

3636
blowdryerSetup {

jvm/undertest-junit5-kotest/harness/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ plugins {
3030
// https://github.com/adamko-dev/dokkatoo/releases
3131
id 'dev.adamko.dokkatoo-html' version '2.4.0' apply false
3232
// https://plugins.gradle.org/plugin/io.kotest
33-
id 'io.kotest' version '6.1.1' apply false
33+
id 'io.kotest' version '6.1.4' apply false
3434
}
3535

3636
blowdryerSetup {

0 commit comments

Comments
 (0)