You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ An [sbt 0.10](https://github.com/harrah/xsbt/wiki) plugin for running [Cucumber]
5
5
6
6
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:
7
7
8
-
* Works with xsbt 0.10
8
+
* Works with xsbt 0.10.1
9
9
* Works with Cucumber 1.0.0
10
10
* Works with cuke4duke 0.4.4
11
11
* Allows projects compiled and running against Scala 2.8.x and 2.9.x
@@ -152,5 +152,8 @@ This plugin will continue to track releases of both SBT (0.10 and onwards) and C
152
152
153
153
## Release History ##
154
154
155
+
### 0.2 ###
156
+
Updated to be compatible with SBT 0.10.1 release. This release contains no code changes, it is just a recompilation with the build properties updated.
157
+
155
158
### 0.1 ###
156
159
Initial release. Complete rewrite of the plugin to support SBT 0.10.
0 commit comments