Skip to content

Commit c8893c9

Browse files
committed
Bump version in examples/docs
1 parent 8d87365 commit c8893c9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5252
test {

gradle-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1919
test {

gradle-kotlin-dsl-example/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2020
tasks {

maven-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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>

0 commit comments

Comments
 (0)