We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c38602 commit 0347d59Copy full SHA for 0347d59
gradle-example/build.gradle
@@ -11,8 +11,8 @@ dependencies {
11
implementation "org.scala-lang:scala-library:2.12.8"
12
13
testImplementation "org.scalatest:scalatest_2.12:3.2.0-M3"
14
+ testImplementation "org.junit.platform:junit-platform-launcher:1.6.0"
15
testRuntimeOnly "org.junit.platform:junit-platform-engine:1.6.0"
- testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.6.0"
16
testRuntimeOnly "co.helmethair:scalatest-junit-runner:0.1.8"
17
}
18
0 commit comments