Skip to content

Commit 0af294b

Browse files
committed
updated READMEN for xsbt 0.11.0
1 parent bbc1aed commit 0af294b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ An [sbt 0.10](https://github.com/harrah/xsbt/wiki) plugin for running [Cucumber]
55

66
Provides the ability to run Cucumber via Cuke4Duke within the SBT environment. Originally based on the [cuke4duke-sbt-plugin](https://github.com/rubbish/cuke4duke-sbt-plugin) by rubbish and my original implementation for SBT 0.7.x. Specifics for this release:
77

8-
* Works with xsbt 0.10.1
8+
* Works with xsbt 0.11.0
99
* Works with Cucumber 1.0.0
1010
* Works with cuke4duke 0.4.4
11-
* Allows projects compiled and running against Scala 2.8.x and 2.9.x
11+
* Allows projects compiled and running against Scala 2.9.1
1212

1313
## Usage ##
1414
Install the plugin (see later). Be default features files go in a 'features' directory at the root of the project. Step definitions go in "src/test/scala'. Finally from the sbt console call the task:
@@ -75,7 +75,7 @@ To install the cucumber plugin, add entries to the build plugins file (project/p
7575

7676
resolvers += "Templemore Repository" at "http://templemore.co.uk/repo"
7777

78-
libraryDependencies += "templemore" %% "xsbt-cucumber-plugin" % "0.3"
78+
addSbtPlugin("templemore" % "xsbt-cucumber-plugin" % "0.4")
7979

8080
### Basic Configuration ###
8181
To add the cucumber plugin settings to a basic project, just add the following to the build.sbt file:

0 commit comments

Comments
 (0)