Skip to content

Commit 9339ceb

Browse files
committed
chore: 🤖 Target Scala 3 final
1 parent 81b6788 commit 9339ceb

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

‎CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1111

1212
### Added
1313

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

1717
### Changed

‎build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ThisBuild / homepage := Some(
3333
val scala211 = "2.11.12"
3434
val scala212 = "2.12.13"
3535
val scala213 = "2.13.5"
36-
val scala3 = "3.0.0-RC3"
36+
val scala3 = "3.0.0"
3737

3838
scalaVersion := scala213
3939

‎project/plugins.sbt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Cross compilation matrix
22
addSbtPlugin("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)
85
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
96

0 commit comments

Comments
 (0)