Skip to content

Commit

Permalink
Update to Spek 2.0.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskorn committed Mar 24, 2020
1 parent 18a1db3 commit 351e3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
implementation(group = "org.snakeyaml", name = "snakeyaml-engine", version = "2.0")
implementation(group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-runtime", version = "0.20.0")

val spekVersion = "2.0.9"
val spekVersion = "2.0.10"

testImplementation(group = "org.spekframework.spek2", name = "spek-dsl-jvm", version = spekVersion)
testImplementation(group = "ch.tutteli.atrium", name = "atrium-cc-en_GB-robstoll", version = "0.8.0")
Expand Down

0 comments on commit 351e3e7

Please sign in to comment.