From 7276e49dd8566d10cdd916b8b3af9bc930b2c899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20Ol=C3=A1h?= Date: Tue, 26 Jun 2018 15:21:12 +0200 Subject: [PATCH] sbt dependency format Add sbt dependency format for easier copy and paste --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bb66ab4..215df08 100644 --- a/README.md +++ b/README.md @@ -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`: