Skip to content

Commit 4e6acbc

Browse files
committed
Update readme version
1 parent bb78ed7 commit 4e6acbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ To use cucumber-jvm-groovy in your project, add the following dependency:
1111
<dependency>
1212
<groupId>io.cucumber</groupId>
1313
<artifactId>cucumber-groovy</artifactId>
14-
<version>4.3.0</version>
14+
<version>4.3.1</version>
1515
<scope>test</scope>
1616
</dependency>
1717
```
1818

1919
- If using garadle add to your `build.gradle`:
2020
```
21-
testCompile group: 'io.cucumber', name:'cucumber-groovy', version: '4.3.0'
21+
testCompile group: 'io.cucumber', name:'cucumber-groovy', version: '4.3.1'
2222
```
2323

2424
## Running from the Command Line Interface (CLI)

0 commit comments

Comments
 (0)