Skip to content

Commit

Permalink
Remove spek dependencies from projects migrated to JUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex committed Jan 22, 2022
1 parent 9f92368 commit 9d618c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions custom-checks/build.gradle.kts
Expand Up @@ -5,6 +5,5 @@ plugins {
dependencies {
implementation(projects.detektApi)
testImplementation(projects.detektTest)
testImplementation(libs.bundles.testImplementation)
testRuntimeOnly(libs.spek.runner)
testImplementation(libs.assertj)
}
3 changes: 1 addition & 2 deletions detekt-generator/build.gradle.kts
Expand Up @@ -14,8 +14,7 @@ dependencies {

testImplementation(projects.detektCore)
testImplementation(projects.detektTestUtils)
testImplementation(libs.bundles.testImplementation)
testRuntimeOnly(libs.spek.runner)
testImplementation(libs.assertj)
testImplementation(libs.reflections)
}

Expand Down

0 comments on commit 9d618c0

Please sign in to comment.