Skip to content

Commit 0c592e3

Browse files
committed
chore: 🤖 Upgrade sbt-projectmatrix to 0.8.0
1 parent 3086d2a commit 0c592e3

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 [6.10.4](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
1717
- [Scala] Upgrade `scala-collection-compat` to 2.4.4
18+
- [Build] Upgrade `sbt-projectmatrix` to 0.8.0
1819

1920
### Deprecated
2021

‎project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Cross compilation matrix
2-
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.7.0")
2+
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.8.0")
33

44
// Scalafmt (formatter)
55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")

0 commit comments

Comments
 (0)