Skip to content

Commit 53a74c2

Browse files
Update kotest to v6
1 parent 2660891 commit 53a74c2

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.13.4" # https://junit.org/junit5
19-
kotest = "5.9.1" # https://kotest.io
19+
kotest = "6.0.1" # https://kotest.io
2020
kotlintest = "3.4.2" # https://mvnrepository.com/artifact/io.kotlintest/kotlintest-core
2121
assertj = "3.27.4" # https://assertj.github.io/doc
2222
mockito = "5.19.0" # https://mvnrepository.com/artifact/org.mockito/mockito-core

0 commit comments

Comments
 (0)