@@ -84,7 +84,7 @@ Yes, see `jdoc-spock` and `jdoc-cucumber` test examples in source code.
8484<dependency >
8585 <groupId >io.github.boolivar.jdoctest</groupId >
8686 <artifactId >jdoc-spock</artifactId >
87- <version >0.10.0 </version >
87+ <version >0.10.1 </version >
8888 <scope >test</scope >
8989</dependency >
9090```
@@ -122,7 +122,7 @@ repositories {
122122}
123123
124124dependencies {
125- testRuntimeOnly "io.github.boolivar.jdoctest:jdoc-spock:0.10.0 "
125+ testRuntimeOnly "io.github.boolivar.jdoctest:jdoc-spock:0.10.1 "
126126}
127127```
128128<!-- x-release-please-end -->
@@ -212,7 +212,7 @@ gradle test
212212<dependency >
213213 <groupId >io.github.boolivar.jdoctest</groupId >
214214 <artifactId >jdoc-cucumber</artifactId >
215- <version >0.10.0 </version >
215+ <version >0.10.1 </version >
216216 <scope >test</scope >
217217</dependency >
218218```
@@ -254,7 +254,7 @@ repositories {
254254}
255255
256256dependencies {
257- <!-- x-release-please-version --> testRuntimeOnly "io.github.boolivar.jdoctest:jdoc-cucumber:0.10.0 "
257+ <!-- x-release-please-version --> testRuntimeOnly "io.github.boolivar.jdoctest:jdoc-cucumber:0.10.1 "
258258 testImplementation "io.cucumber:cucumber-java:7.17.0"
259259}
260260</pre >
@@ -337,7 +337,7 @@ Gradle plugin available on [gradle plugin portal](https://plugins.gradle.org/plu
337337``` gradle
338338plugins {
339339 id "java"
340- id "io.github.boolivar.jdoctest.jdoc-cucumber" version "0.10.0 "
340+ id "io.github.boolivar.jdoctest.jdoc-cucumber" version "0.10.1 "
341341}
342342
343343repositories {
@@ -397,7 +397,7 @@ Gradle plugin available on [gradle plugin portal](https://plugins.gradle.org/plu
397397```gradle
398398plugins {
399399 id "java"
400- id "io.github.boolivar.jdoctest.jdoc-spock" version "0.10.0 "
400+ id "io.github.boolivar.jdoctest.jdoc-spock" version "0.10.1 "
401401}
402402
403403repositories {
0 commit comments