Skip to content

Commit

Permalink
Merge pull request #216 from cucumber/scala3final
Browse files Browse the repository at this point in the history
Target Scala 3 final release
  • Loading branch information
gaeljw authored May 15, 2021
2 parents 81b6788 + 23b4187 commit e4aa71a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,20 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
----
## [Unreleased] (In Git)

📢 This pre-release brings support for Scala 3 but no change in Cucumber core features.

_Although there is no visible change from a user perspective,
there are significant changes under the hood (for all Scala versions) that are
not binary compatible with Cucumber Scala v6.x (hence the major version change)._

👋 **You are encouraged to test this pre-release and report any issue**.

ℹ️ Starting from v7.x, the version of Cucumber Scala will not match anymore the version
of core Cucumber projects (like cucumber-junit).

### Added

- [Scala] Support Scala 3 RC1
- [Scala] Support Scala 3
- Check out the [v7.x upgrade guide](./docs/upgrade_v7.md)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ThisBuild / homepage := Some(
val scala211 = "2.11.12"
val scala212 = "2.12.13"
val scala213 = "2.13.5"
val scala3 = "3.0.0-RC3"
val scala3 = "3.0.0"

scalaVersion := scala213

Expand Down
3 changes: 0 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// Cross compilation matrix
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.8.0")

// Scala 3 (Dotty)
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.3")

// Scalafmt (formatter)
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")

Expand Down

0 comments on commit e4aa71a

Please sign in to comment.