Skip to content

Commit

Permalink
Bump version in examples/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
giurim committed May 13, 2022
1 parent 8d87365 commit c8893c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion gradle-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion gradle-kotlin-dsl-example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion maven-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<properties>
<java.version>1.8</java.version>
<junit.version>1.6.0</junit.version>
<scalatest.runner.version>0.1.10</scalatest.runner.version>
<scalatest.runner.version>0.1.11</scalatest.runner.version>
<scalatest.version>3.2.0-M3</scalatest.version>
<scala.compat.version>2.13</scala.compat.version>
<scala.version>2.13.1</scala.version>
Expand Down

0 comments on commit c8893c9

Please sign in to comment.