We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e196fff + 7276e49 commit 279717aCopy full SHA for 279717a
README.md
@@ -3,6 +3,13 @@
3
4
## Dependency
5
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
13
### Maven
14
To use cucumber-jvm-scala in your project, add the following dependency to your `pom.xml`:
15
0 commit comments