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
1313
1414### Changed
1515
16- - [ Core] Update ` cucumber-core ` dependency to [ 6.6.0] ( https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md )
17-
1816### Deprecated
1917
2018### Removed
2119
2220### Fixed
2321
24- ## [ 6.4.0] (2020-08-01)
25-
26- ### Added
22+ ## [ 6.6.0] (2020-09-04)
2723
2824### Changed
2925
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 )
3227
33- ### Deprecated
28+ ## [ 6.4.0 ] (2020-08-01)
3429
35- ### Removed
30+ ### Changed
3631
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
3834
3935## [ 6.3.0] (2020-07-26)
4036
@@ -96,8 +92,6 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
9692
9793- [ Core] Update ` cucumber-core ` dependency to 6.0.0 (Gaël Jourdan-Weil)
9894
99- ### Deprecated
100-
10195### Removed
10296
10397- [ 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
219213- [ Build] Update Scala versions to 2.11.12 and 2.12.7 ([ #11 ] ( https://github.com/cucumber/cucumber-jvm-scala/issues/11 ) Arturas Smorgun)
220214
221215<!-- 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
223218[ 6.4.0 ] : https://github.com/cucumber/cucumber-jvm-scala/compare/v6.3.0...v6.4.0
224219[ 6.3.0 ] : https://github.com/cucumber/cucumber-jvm-scala/compare/v6.2.2...v6.3.0
225220[ 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 77To use Cucumber Scala in your project, add the following line to your ` build.sbt ` :
88
99``` scala
10- libraryDependencies += " io.cucumber" %% " cucumber-scala" % " 6.4 .0" % Test
10+ libraryDependencies += " io.cucumber" %% " cucumber-scala" % " 6.6 .0" % Test
1111```
1212
1313### Maven
@@ -18,7 +18,7 @@ To use Cucumber Scala in your project, add the following dependency to your `pom
1818<dependency >
1919 <groupId >io.cucumber</groupId >
2020 <artifactId >cucumber-scala_2.12</artifactId >
21- <version >6.4 .0</version >
21+ <version >6.6 .0</version >
2222 <scope >test</scope >
2323</dependency >
2424```
You can’t perform that action at this time.
0 commit comments