Skip to content

Commit b152635

Browse files
Update kotest to v6
1 parent 4afd52f commit b152635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ binaryCompatibility = "0.18.1"
1616

1717
# --- Testing ---
1818
junit = "5.14.0" # https://junit.org/junit5
19-
kotest = "5.9.1" # https://kotest.io
19+
kotest = "6.0.4" # https://kotest.io
2020
kotlintest = "3.4.2" # https://mvnrepository.com/artifact/io.kotlintest/kotlintest-core
2121
assertj = "3.27.6" # https://assertj.github.io/doc
2222
mockito = "5.20.0" # https://mvnrepository.com/artifact/org.mockito/mockito-core

0 commit comments

Comments
 (0)