Skip to content

Commit

Permalink
update Kotest to 4.3.0 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
RBusarow committed Oct 12, 2020
1 parent d819e71 commit 137fe2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ object Libs {
}

object Kotest {
private const val version = "4.2.5"
private const val version = "4.3.0"
const val assertions = "io.kotest:kotest-assertions-core-jvm:$version"
const val assertionsShared = "io.kotest:kotest-assertions-shared-jvm:$version"
const val commonJvm = "io.kotest:kotest-common-jvm:$version"
Expand Down

0 comments on commit 137fe2e

Please sign in to comment.