Skip to content

Commit 9336e53

Browse files
nightscapeglibas
authored andcommitted
Version has to be quoted in SBT (#14)
1 parent b877155 commit 9336e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
To use cucumber-jvm-scala in your project, add the following line to your `build.sbt`
88

99
```scala
10-
libraryDependencies += "io.cucumber" %% "cucumber-scala" % 4.2.0 % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "4.2.0" % Test
1111
```
1212

1313
### Maven

0 commit comments

Comments
 (0)