Skip to content

Commit

Permalink
Add missing junit 4 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt committed Sep 19, 2024
1 parent 6352326 commit ed645ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ dependencies {
}

testImplementation("org.junit.jupiter:junit-jupiter:5.7.1")
testCompileOnly("junit:junit:4.13")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine")
}

Expand Down

0 comments on commit ed645ae

Please sign in to comment.