Skip to content

Commit 0d24706

Browse files
authored
Update current version
1 parent 5d13b16 commit 0d24706

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" % "4.3.1" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "4.4.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>4.3.1</version>
21+
<version>4.4.0</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

0 commit comments

Comments
 (0)