File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
gradle-kotlin-dsl-example Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
4646 testImplementation "org.scalatest:scalatest_$scala_lib_version:3.2.0-M3"
4747 testRuntime "org.junit.platform:junit-platform-engine:$junit_platform_version"
4848 testRuntime "org.junit.platform:junit-platform-launcher:$junit_platform_version"
49- testRuntime "co.helmethair:scalatest-junit-runner:0.1.10 "
49+ testRuntime "co.helmethair:scalatest-junit-runner:0.1.11 "
5050}
5151
5252test {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
1313 testImplementation " org.scalatest:scalatest-flatspec_2.12:3.2.0-M3"
1414 testImplementation " org.junit.platform:junit-platform-launcher:1.6.0"
1515 testRuntimeOnly " org.junit.platform:junit-platform-engine:1.6.0"
16- testRuntimeOnly " co.helmethair:scalatest-junit-runner:0.1.10 "
16+ testRuntimeOnly " co.helmethair:scalatest-junit-runner:0.1.11 "
1717}
1818
1919test {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
1414 testImplementation(" org.scalatest:scalatest_2.12:3.2.0-M3" )
1515 testRuntimeOnly(" org.junit.platform:junit-platform-engine:1.6.0" )
1616 testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.6.0" )
17- testRuntimeOnly(" co.helmethair:scalatest-junit-runner:0.1.10 " )
17+ testRuntimeOnly(" co.helmethair:scalatest-junit-runner:0.1.11 " )
1818}
1919
2020tasks {
Original file line number Diff line number Diff line change 1212 <properties >
1313 <java .version>1.8</java .version>
1414 <junit .version>1.6.0</junit .version>
15- <scalatest .runner.version>0.1.10 </scalatest .runner.version>
15+ <scalatest .runner.version>0.1.11 </scalatest .runner.version>
1616 <scalatest .version>3.2.0-M3</scalatest .version>
1717 <scala .compat.version>2.13</scala .compat.version>
1818 <scala .version>2.13.1</scala .version>
You can’t perform that action at this time.
0 commit comments