diff --git a/README.md b/README.md index 61b1063..759c3bd 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ dependencies { testImplementation "org.scalatest:scalatest_$scala_lib_version:3.2.0-M3" testRuntime "org.junit.platform:junit-platform-engine:$junit_platform_version" testRuntime "org.junit.platform:junit-platform-launcher:$junit_platform_version" - testRuntime "co.helmethair:scalatest-junit-runner:0.1.10" + testRuntime "co.helmethair:scalatest-junit-runner:0.1.11" } test { diff --git a/gradle-example/build.gradle b/gradle-example/build.gradle index 582f373..0313174 100644 --- a/gradle-example/build.gradle +++ b/gradle-example/build.gradle @@ -13,7 +13,7 @@ dependencies { testImplementation "org.scalatest:scalatest-flatspec_2.12:3.2.0-M3" testImplementation "org.junit.platform:junit-platform-launcher:1.6.0" testRuntimeOnly "org.junit.platform:junit-platform-engine:1.6.0" - testRuntimeOnly "co.helmethair:scalatest-junit-runner:0.1.10" + testRuntimeOnly "co.helmethair:scalatest-junit-runner:0.1.11" } test { diff --git a/gradle-kotlin-dsl-example/build.gradle.kts b/gradle-kotlin-dsl-example/build.gradle.kts index 5edbf4c..257ca4a 100644 --- a/gradle-kotlin-dsl-example/build.gradle.kts +++ b/gradle-kotlin-dsl-example/build.gradle.kts @@ -14,7 +14,7 @@ dependencies { testImplementation("org.scalatest:scalatest_2.12:3.2.0-M3") testRuntimeOnly("org.junit.platform:junit-platform-engine:1.6.0") testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.6.0") - testRuntimeOnly("co.helmethair:scalatest-junit-runner:0.1.10") + testRuntimeOnly("co.helmethair:scalatest-junit-runner:0.1.11") } tasks { diff --git a/maven-example/pom.xml b/maven-example/pom.xml index b62cde2..f527119 100644 --- a/maven-example/pom.xml +++ b/maven-example/pom.xml @@ -12,7 +12,7 @@ 1.8 1.6.0 - 0.1.10 + 0.1.11 3.2.0-M3 2.13 2.13.1