Skip to content

Commit

Permalink
Bump org.spekframework.spek2:spek-dsl-jvm:2.0.15 (to match junit5)
Browse files Browse the repository at this point in the history
This now matched spek-runner-junit5 version already in use.
  • Loading branch information
dlmiles committed Dec 15, 2023
1 parent bdf8e9c commit 7aebfea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,10 @@ dependencies {
"testLibApi"(kotlin("stdlib-jdk8"))
"testLibApi"("com.willowtreeapps.assertk:assertk-jvm:0.22")

"testImplementation"("org.spekframework.spek2:spek-dsl-jvm:2.0.9")
// Bumping these past 2.0.15 forces Gradle 7.x use for newer kotlin
"testImplementation"("org.spekframework.spek2:spek-dsl-jvm:2.0.15")
// 2.0.16 requires Java11 runtime, 2.0.17 reverted back to Java8
// But needs Gradle 7.x kotlin
"testRuntimeOnly"("org.spekframework.spek2:spek-runner-junit5:2.0.15")

"integrationTestImplementation"(gradleTestKit())
Expand Down

0 comments on commit 7aebfea

Please sign in to comment.