Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit659d83d

Browse files
committed
Update CHANGELOG and docs for v8.27.2
1 parentfec1325 commit659d83d

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

‎CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,18 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1313

1414
###Changed
1515

16-
-[Core] Update`cucumber-core` dependency to[7.22.2](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17-
1816
###Deprecated
1917

2018
###Removed
2119

2220
###Fixed
2321

22+
##[8.27.2] (2025-05-13)
23+
24+
###Changed
25+
26+
-[Core] Update`cucumber-core` dependency to[7.22.2](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
27+
2428
##[8.27.1] (2025-05-09)
2529

2630
###Changed
@@ -697,7 +701,8 @@ _Although there is no visible change from a user perspective, there are signific
697701
-[Build] Update Scala versions to 2.11.12 and 2.12.7 ([#11](https://github.com/cucumber/cucumber-jvm-scala/issues/11) Arturas Smorgun)
698702

699703
<!-- Releases-->
700-
[Unreleased]:https://github.com/cucumber/cucumber-jvm-scala/compare/v8.27.1...HEAD
704+
[Unreleased]:https://github.com/cucumber/cucumber-jvm-scala/compare/v8.27.2...HEAD
705+
[8.27.2]:https://github.com/cucumber/cucumber-jvm-scala/compare/v8.27.1...v8.27.2
701706
[8.27.1]:https://github.com/cucumber/cucumber-jvm-scala/compare/v8.27.0...v8.27.1
702707
[8.27.0]:https://github.com/cucumber/cucumber-jvm-scala/compare/v8.26.2...v8.27.0
703708
[8.26.2]:https://github.com/cucumber/cucumber-jvm-scala/compare/v8.26.1...v8.26.2

‎docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
To use Cucumber Scala in your project, add the following line to your`build.sbt`:
88

99
```scala
10-
libraryDependencies+="io.cucumber"%%"cucumber-scala"%"8.27.1"%Test
10+
libraryDependencies+="io.cucumber"%%"cucumber-scala"%"8.27.2"%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.13</artifactId>
21-
<version>8.27.1</version>
21+
<version>8.27.2</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

‎version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild/ version:="8.27.1"
1+
ThisBuild/ version:="8.27.2"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp