We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3086d2a commit 0c592e3Copy full SHA for 0c592e3
‎CHANGELOG.md
@@ -15,6 +15,7 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
15
16
- [Core] Updated `cucumber-core` dependency to [6.10.4](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17
- [Scala] Upgrade `scala-collection-compat` to 2.4.4
18
+- [Build] Upgrade `sbt-projectmatrix` to 0.8.0
19
20
### Deprecated
21
‎project/plugins.sbt
@@ -1,5 +1,5 @@
1
// Cross compilation matrix
2
-addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.7.0")
+addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.8.0")
3
4
// Scalafmt (formatter)
5
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
0 commit comments