From f7f83be153ed58b54fe131064322065a91a9d8fc 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, 13 May 2024 09:20:48 +0000 Subject: [PATCH] Update scalac-scapegoat-plugin to 2.1.6 (#66) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## About this PR 📦 Updates com.sksamuel.scapegoat:scalac-scapegoat-plugin from `2.1.5` to `2.1.6` ## 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 = "scalac-scapegoat-plugin" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.sksamuel.scapegoat", artifactId = "scalac-scapegoat-plugin" } }] ```
labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, commit-count:1 Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 12af17b..b39ca12 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ lazy val scalaDependencies = Seq( "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0" ) -ThisBuild / scapegoatVersion := "2.1.5" +ThisBuild / scapegoatVersion := "2.1.6" lazy val scalacOptions_2_12 = Seq( "-unchecked",