Skip to content

Commit 5faa0a8

Browse files
authored
Add Maven central badge and fix version number
1 parent 890b8ad commit 5faa0a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# cucumber-jvm-scala
2-
Cucumber Scala
2+
3+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.cucumber/cucumber-scala/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.cucumber/cucumber-scala)
34

45
## Dependency
56

@@ -11,7 +12,7 @@ To use cucumber-jvm-scala in your project, add the following dependency to your
1112
<dependency>
1213
<groupId>io.cucumber</groupId>
1314
<artifactId>cucumber-scala</artifactId>
14-
<version>{{% version "scala" %}}</version>
15+
<version>2.0.1</version>
1516
<scope>test</scope>
1617
</dependency>
1718
```

0 commit comments

Comments
 (0)