File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,20 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
99----
1010## [ Unreleased] (In Git)
1111
12+ 📢 This pre-release brings support for Scala 3 but no change in Cucumber core features.
13+
14+ _ Although there is no visible change from a user perspective,
15+ there are significant changes under the hood (for all Scala versions) that are
16+ not binary compatible with Cucumber Scala v6.x (hence the major version change)._
17+
18+ 👋 ** You are encouraged to test this pre-release and report any issue** .
19+
20+ ℹ️ Starting from v7.x, the version of Cucumber Scala will not match anymore the version
21+ of core Cucumber projects (like cucumber-junit).
22+
1223### Added
1324
14- - [ Scala] Support Scala 3 RC1
25+ - [ Scala] Support Scala 3
1526 - Check out the [ v7.x upgrade guide] ( ./docs/upgrade_v7.md )
1627
1728### Changed
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ ThisBuild / homepage := Some(
3333val scala211 = " 2.11.12"
3434val scala212 = " 2.12.13"
3535val scala213 = " 2.13.5"
36- val scala3 = " 3.0.0-RC3 "
36+ val scala3 = " 3.0.0"
3737
3838scalaVersion := scala213
3939
Original file line number Diff line number Diff line change 11// Cross compilation matrix
22addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.8.0" )
33
4- // Scala 3 (Dotty)
5- addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % " 0.5.3" )
6-
74// Scalafmt (formatter)
85addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.2" )
96
You can’t perform that action at this time.
0 commit comments