Skip to content

Commit a10e895

Browse files
committed
Fix mismatch between junit-platform-engine and junit-platform-launcher version by adding a explicit dep on junit-platform-launcher
1 parent 9f5df5f commit a10e895

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dependencies {
2727
testImplementation(libs.junit.jupiter.api)
2828
testImplementation(libs.junit.jupiter.engine)
2929
testImplementation(libs.junit.jupiter.params)
30+
testImplementation(libs.junit.platform.launcher)
3031
}
3132

3233
tasks.register<Copy>("copySmithyAwsTraits") {

0 commit comments

Comments
 (0)