From e67f4e1d4ce1a2c2d688a3c26ca41bd41507b6b8 Mon Sep 17 00:00:00 2001 From: "scala-steward-for-moia[bot]" <97042238+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:25:55 +0000 Subject: [PATCH] Update sbt-scapegoat to 1.2.7 (#122) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## About this PR 📦 Updates [com.sksamuel.scapegoat:sbt-scapegoat](https://github.com/scapegoat-scala/sbt-scapegoat) from `1.2.6` to `1.2.7` 📜 [GitHub Release Notes](https://github.com/scapegoat-scala/sbt-scapegoat/releases/tag/v1.2.7) - [Version Diff](https://github.com/scapegoat-scala/sbt-scapegoat/compare/v1.2.6...v1.2.7) ## 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/767fcfecbfd53c507152f6cf15c846176bae561d/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_
âš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.sksamuel.scapegoat", artifactId = "sbt-scapegoat" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.sksamuel.scapegoat", artifactId = "sbt-scapegoat" } }] ```
labels: sbt-plugin-update, early-semver-patch, semver-spec-patch, commit-count:1 Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a6c18b3..d211c5d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") // sbt> scapegoat -addSbtPlugin("com.sksamuel.scapegoat" %% "sbt-scapegoat" % "1.2.6") +addSbtPlugin("com.sksamuel.scapegoat" %% "sbt-scapegoat" % "1.2.7") // Publish to sonatype addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")