Skip to content

Commit 4e794c4

Browse files
authored
Use scala 2.12 dependencies
1 parent 685e3fd commit 4e794c4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

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

54
## Dependency
65

@@ -11,7 +10,7 @@ To use cucumber-jvm-scala in your project, add the following dependency to your
1110
```xml
1211
<dependency>
1312
<groupId>io.cucumber</groupId>
14-
<artifactId>cucumber-scala</artifactId>
13+
<artifactId>cucumber-scala_2.12</artifactId>
1514
<version>2.0.1</version>
1615
<scope>test</scope>
1716
</dependency>

0 commit comments

Comments
 (0)