Skip to content

Commit 42afb9f

Browse files
build(deps): update sbt-projectmatrix from 0.10.1 to 0.11.0 (#476)
## About this PR 📦 Updates [com.eed3si9n:sbt-projectmatrix](https://github.com/sbt/sbt-projectmatrix) from `0.10.1` to `0.11.0` 📜 [GitHub Release Notes](https://github.com/sbt/sbt-projectmatrix/releases/tag/v0.11.0) - [Version Diff](sbt/sbt-projectmatrix@v0.10.1...v0.11.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/222f6f48ddb20b3fb709d12062d05046182e9745/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.eed3si9n", artifactId = "sbt-projectmatrix" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.eed3si9n", artifactId = "sbt-projectmatrix" } }] ``` </details> <sup> labels: sbt-plugin-update, early-semver-major, semver-spec-minor, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "com.eed3si9n", "artifactId" : { "name" : "sbt-projectmatrix", "maybeCrossName" : null }, "version" : "0.10.1", "sbtVersion" : "1.0", "scalaVersion" : "2.12", "configurations" : null } ], "newerVersions" : [ "0.11.0" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "sbt-plugin-update", "early-semver-major", "semver-spec-minor", "commit-count:1" ] } -->
1 parent ab68381 commit 42afb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.19.0")
2-
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1")
2+
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")
33
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
44
addSbtPlugin("io.stryker-mutator" % "sbt-stryker4s" % "0.17.2")
55
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")

0 commit comments

Comments
 (0)