Skip to content

Commit 9cf379a

Browse files
committed
fix scope of junit-platform-engine
1 parent 19b605e commit 9cf379a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ dependencies {
99
implementation group: 'org.assertj', name: 'assertj-core', version: '3.27.3'
1010
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
1111
testImplementation "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
12-
implementation "org.junit.platform:junit-platform-engine:$junitPlatformVersion"
13-
implementation "org.junit.platform:junit-platform-launcher:$junitPlatformVersion"
12+
testImplementation "org.junit.platform:junit-platform-engine:$junitPlatformVersion"
13+
testImplementation "org.junit.platform:junit-platform-launcher:$junitPlatformVersion"
1414
}
1515

1616
repositories {

0 commit comments

Comments
 (0)