Skip to content

Commit 0347d59

Browse files
committed
fix dependency type
1 parent 8c38602 commit 0347d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ dependencies {
1111
implementation "org.scala-lang:scala-library:2.12.8"
1212

1313
testImplementation "org.scalatest:scalatest_2.12:3.2.0-M3"
14+
testImplementation "org.junit.platform:junit-platform-launcher:1.6.0"
1415
testRuntimeOnly "org.junit.platform:junit-platform-engine:1.6.0"
15-
testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.6.0"
1616
testRuntimeOnly "co.helmethair:scalatest-junit-runner:0.1.8"
1717
}
1818

0 commit comments

Comments
 (0)