Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/gradle/org.spekframework.spek2-…
Browse files Browse the repository at this point in the history
…spek-runner-junit5-2.0.11
  • Loading branch information
viartemev committed Jun 1, 2020
2 parents 6b95986 + 53d2858 commit b35a0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
compile("org.jetbrains.kotlin:kotlin-reflect:$kotlin_version")
compile("org.apache.commons:commons-lang3:$commons_lang3_version")

testImplementation('org.spekframework.spek2:spek-dsl-jvm:2.0.10') {
testImplementation('org.spekframework.spek2:spek-dsl-jvm:2.0.11') {
exclude group: 'org.jetbrains.kotlin'
}
testRuntimeOnly('org.spekframework.spek2:spek-runner-junit5:2.0.11') {
Expand Down

0 comments on commit b35a0b2

Please sign in to comment.