Skip to content

Commit

Permalink
add junit-vintage-engine + remove duplicated junit dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Hibbe <[email protected]>
  • Loading branch information
mahibi committed Sep 6, 2024
1 parent 4fa79d0 commit 88f4066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ dependencies {
testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion"
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"

testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.0'
}

tasks.register('installGitHooks', Copy) {
Expand Down

0 comments on commit 88f4066

Please sign in to comment.