Skip to content

Commit 7c8b8a1

Browse files
committed
Update CHANGELOG and docs for v8.26.2
1 parent d4eb156 commit 7c8b8a1

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGELOG.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,19 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1313

1414
### Changed
1515

16-
- [Build] update `action-publish-sbt`
17-
- [Build] update `sbt-release`
18-
1916
### Deprecated
2017

2118
### Removed
2219

2320
### Fixed
2421

22+
## [8.26.2] (2025-03-16)
23+
24+
### Changed
25+
26+
- [Build] update `action-publish-sbt`
27+
- [Build] update `sbt-release`
28+
2529
## [8.26.1] (2025-02-10)
2630

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

678682
<!-- Releases -->
679-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.26.1...HEAD
683+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.26.2...HEAD
684+
[8.26.2]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.26.1...v8.26.2
680685
[8.26.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.26.0...v8.26.1
681686
[8.26.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.25.1...v8.26.0
682687
[8.25.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.25.0...v8.25.1

docs/install.md

+2-2
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.26.1" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.26.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.26.1</version>
21+
<version>8.26.2</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

version.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "8.26.2-SNAPSHOT"
1+
ThisBuild / version := "8.26.2"

0 commit comments

Comments
 (0)