Skip to content

Commit e7dd154

Browse files
Update kotestVersion to v5.6.1
1 parent ed562cc commit e7dd154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
}
1717

1818
dependencies {
19-
val kotestVersion = "5.5.5"
19+
val kotestVersion = "5.6.1"
2020
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
2121
testImplementation("io.kotest:kotest-property:$kotestVersion")
2222
}

0 commit comments

Comments
 (0)