Skip to content

Commit 7276e49

Browse files
authored
sbt dependency format
Add sbt dependency format for easier copy and paste
1 parent e196fff commit 7276e49

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33

44
## Dependency
55

6+
### SBT
7+
To use cucumber-jvm-scala in your project, add the following line to your `build.sbt`
8+
9+
```scala
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % 2.0.1 % Test
11+
```
12+
613
### Maven
714
To use cucumber-jvm-scala in your project, add the following dependency to your `pom.xml`:
815

0 commit comments

Comments
 (0)