Skip to content

Commit 5a48863

Browse files
authored
Update version refs
1 parent 9630a75 commit 5a48863

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
@@ -7,7 +7,7 @@
77
To use cucumber-jvm-scala in your project, add the following line to your `build.sbt`
88

99
```scala
10-
libraryDependencies += "io.cucumber" %% "cucumber-scala" % 2.0.1 % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % 4.1.0 % Test
1111
```
1212

1313
### Maven
@@ -18,7 +18,7 @@ To use cucumber-jvm-scala in your project, add the following dependency to your
1818
<dependency>
1919
<groupId>io.cucumber</groupId>
2020
<artifactId>cucumber-scala_2.12</artifactId>
21-
<version>2.0.1</version>
21+
<version>4.1.0</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

0 commit comments

Comments
 (0)