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
9
9
----
10
10
## [ Unreleased] (In Git)
11
11
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
+
12
23
### Added
13
24
14
- - [ Scala] Support Scala 3 RC1
25
+ - [ Scala] Support Scala 3
15
26
- Check out the [ v7.x upgrade guide] ( ./docs/upgrade_v7.md )
16
27
17
28
### Changed
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ ThisBuild / homepage := Some(
33
33
val scala211 = " 2.11.12"
34
34
val scala212 = " 2.12.13"
35
35
val scala213 = " 2.13.5"
36
- val scala3 = " 3.0.0-RC3 "
36
+ val scala3 = " 3.0.0"
37
37
38
38
scalaVersion := scala213
39
39
Original file line number Diff line number Diff line change 1
1
// Cross compilation matrix
2
2
addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.8.0" )
3
3
4
- // Scala 3 (Dotty)
5
- addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % " 0.5.3" )
6
-
7
4
// Scalafmt (formatter)
8
5
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.2" )
9
6
You can’t perform that action at this time.
0 commit comments