Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH

### Changed

- [Build] Upgrade Scala to 2.12.14, 2.13.6 and 3.0.2

### Deprecated

### Removed
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ ThisBuild / homepage := Some(

// Scala versions

val scala212 = "2.12.13"
val scala213 = "2.13.5"
val scala3 = "3.0.0"
val scala212 = "2.12.15"
val scala213 = "2.13.6"
val scala3 = "3.0.2"

scalaVersion := scala213

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "8.0.1-SNAPSHOT"
ThisBuild / version := "8.0.1-SNAPSHOT"