Skip to content

Commit

Permalink
Merge pull request #43 from charleskorn/renovate/org.spekframework.sp…
Browse files Browse the repository at this point in the history
…ek2-spek-dsl-jvm-2.x

Update dependency org.spekframework.spek2:spek-dsl-jvm to v2.0.13
  • Loading branch information
charleskorn committed Sep 12, 2020
2 parents a0d6fef + 00aa529 commit ff53ba3
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.1")
implementation(group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-core", version = "1.0.0-RC")

val spekVersion = "2.0.12"
val spekVersion = "2.0.13"

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

0 comments on commit ff53ba3

Please sign in to comment.