File tree Expand file tree Collapse file tree 2 files changed +10
-15
lines changed Expand file tree Collapse file tree 2 files changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -13,28 +13,24 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
13
13
14
14
### Changed
15
15
16
- - [ Core] Update ` cucumber-core ` dependency to [ 6.6.0] ( https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md )
17
-
18
16
### Deprecated
19
17
20
18
### Removed
21
19
22
20
### Fixed
23
21
24
- ## [ 6.4.0] (2020-08-01)
25
-
26
- ### Added
22
+ ## [ 6.6.0] (2020-09-04)
27
23
28
24
### Changed
29
25
30
- - [ Core] Update ` cucumber-core ` dependency to [ 6.4.0] ( https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md )
31
- - [ Build] Update Scala versions to 2.12.12
26
+ - [ Core] Update ` cucumber-core ` dependency to [ 6.6.0] ( https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md )
32
27
33
- ### Deprecated
28
+ ## [ 6.4.0 ] (2020-08-01)
34
29
35
- ### Removed
30
+ ### Changed
36
31
37
- ### Fixed
32
+ - [ Core] Update ` cucumber-core ` dependency to [ 6.4.0] ( https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md )
33
+ - [ Build] Update Scala versions to 2.12.12
38
34
39
35
## [ 6.3.0] (2020-07-26)
40
36
@@ -96,8 +92,6 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
96
92
97
93
- [ Core] Update ` cucumber-core ` dependency to 6.0.0 (Gaël Jourdan-Weil)
98
94
99
- ### Deprecated
100
-
101
95
### Removed
102
96
103
97
- [ Scala] Remove deprecated methods in ` Scenario ` (Gaël Jourdan-Weil)
@@ -219,7 +213,8 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
219
213
- [ Build] Update Scala versions to 2.11.12 and 2.12.7 ([ #11 ] ( https://github.com/cucumber/cucumber-jvm-scala/issues/11 ) Arturas Smorgun)
220
214
221
215
<!-- Releases -->
222
- [ Unreleased ] : https://github.com/cucumber/cucumber-jvm-scala/compare/v6.4.0...main
216
+ [ Unreleased ] : https://github.com/cucumber/cucumber-jvm-scala/compare/v6.6.0...main
217
+ [ 6.6.0 ] : https://github.com/cucumber/cucumber-jvm-scala/compare/v6.3.0...v6.6.0
223
218
[ 6.4.0 ] : https://github.com/cucumber/cucumber-jvm-scala/compare/v6.3.0...v6.4.0
224
219
[ 6.3.0 ] : https://github.com/cucumber/cucumber-jvm-scala/compare/v6.2.2...v6.3.0
225
220
[ 6.2.2 ] : https://github.com/cucumber/cucumber-jvm-scala/compare/v6.2.1...v6.2.2
Original file line number Diff line number Diff line change 7
7
To use Cucumber Scala in your project, add the following line to your ` build.sbt ` :
8
8
9
9
``` scala
10
- libraryDependencies += " io.cucumber" %% " cucumber-scala" % " 6.4 .0" % Test
10
+ libraryDependencies += " io.cucumber" %% " cucumber-scala" % " 6.6 .0" % Test
11
11
```
12
12
13
13
### Maven
@@ -18,7 +18,7 @@ To use Cucumber Scala in your project, add the following dependency to your `pom
18
18
<dependency >
19
19
<groupId >io.cucumber</groupId >
20
20
<artifactId >cucumber-scala_2.12</artifactId >
21
- <version >6.4 .0</version >
21
+ <version >6.6 .0</version >
22
22
<scope >test</scope >
23
23
</dependency >
24
24
```
You can’t perform that action at this time.
0 commit comments