Skip to content

Commit 4691ea3

Browse files
authored
Update version
1 parent b04e954 commit 4691ea3

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

1111
```scala
12-
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "4.4.0" % Test
12+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "4.7.1" % Test
1313
```
1414

1515
### Maven
@@ -20,7 +20,7 @@ To use cucumber-jvm-scala in your project, add the following dependency to your
2020
<dependency>
2121
<groupId>io.cucumber</groupId>
2222
<artifactId>cucumber-scala_2.12</artifactId>
23-
<version>4.4.0</version>
23+
<version>4.7.1</version>
2424
<scope>test</scope>
2525
</dependency>
2626
```

0 commit comments

Comments
 (0)