Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@

## Dependency

### SBT
To use cucumber-jvm-scala in your project, add the following line to your `build.sbt`

```scala
libraryDependencies += "io.cucumber" %% "cucumber-scala" % 2.0.1 % Test
```

### Maven
To use cucumber-jvm-scala in your project, add the following dependency to your `pom.xml`:

Expand Down