Skip to content

Commit 9a70846

Browse files
committed
chore: 🤖 Upgrade scalafmt
1 parent 9c37481 commit 9a70846

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎CHANGELOG.md

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

1616
- [Core] Updated `cucumber-core` dependency to [7.10.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
1717
- [Scala] Updated `scala-collection-compat` dependency to 2.9.0
18+
- [Build] Updated `scalafmt` dependency to 2.5.0
1819

1920
### Deprecated
2021

‎project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0")
33

44
// Scalafmt (formatter)
5-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
5+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
66

77
// Version policy check
88
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "2.0.1")

0 commit comments

Comments
 (0)