File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
15
15
16
16
- [ Core] Updated ` cucumber-core ` dependency to [ 7.10.0] ( https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md )
17
17
- [ Scala] Updated ` scala-collection-compat ` dependency to 2.9.0
18
+ - [ Build] Updated ` scalafmt ` dependency to 2.5.0
18
19
19
20
### Deprecated
20
21
Original file line number Diff line number Diff line change 2
2
addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.9.0" )
3
3
4
4
// Scalafmt (formatter)
5
- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.6 " )
5
+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.0 " )
6
6
7
7
// Version policy check
8
8
addSbtPlugin(" ch.epfl.scala" % " sbt-version-policy" % " 2.0.1" )
You can’t perform that action at this time.
0 commit comments