File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
11
11
12
12
### Added
13
13
14
- - [ Scala] Support Scala 3 RC1
14
+ - [ Scala] Support Scala 3
15
15
- Check out the [ v7.x upgrade guide] ( ./docs/upgrade_v7.md )
16
16
17
17
### 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