Skip to content

Commit

Permalink
Merge pull request #2612 from blast-hardcheese/guardrail-iterator2vector
Browse files Browse the repository at this point in the history
Adding IteratorToVector rule for sbt-guardrail 0.72.0
  • Loading branch information
exoego committed May 27, 2022
2 parents 255f6ef + b6ee1b7 commit 62c27d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/core/src/main/resources/scalafix-migrations.conf
Expand Up @@ -56,6 +56,13 @@ migrations = [
rewriteRules: ["https://raw.githubusercontent.com/blast-hardcheese/guardrail-scalafix-rules/master/rules/src/main/scala/fix/GuardrailScalaResponseTypes.scala"],
doc: "https://github.com/twilio/guardrail/blob/master/MIGRATING.md#0590-may-contain-type-and-package-naming-changes-that-will-require-changes-in-consuming-code"
},
{
groupId: "dev.guardrail",
artifactIds: ["sbt-guardrail"],
newVersion: "0.72.0",
rewriteRules: ["https://raw.githubusercontent.com/guardrail-dev/guardrail-scalafix-rules/master/rules/src/main/scala/fix/GuardrailIterableToVector.scala"],
doc: "https://github.com/guardrail-dev/guardrail/blob/master/MIGRATING.md#migrating-to-guardrail-core-0710"
},
{
groupId: "com.typesafe.akka",
artifactIds: ["akka-http.*"],
Expand Down

0 comments on commit 62c27d3

Please sign in to comment.