Skip to content

Commit 62c27d3

Browse files
authored
Merge pull request #2612 from blast-hardcheese/guardrail-iterator2vector
Adding IteratorToVector rule for sbt-guardrail 0.72.0
2 parents 255f6ef + b6ee1b7 commit 62c27d3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/core/src/main/resources/scalafix-migrations.conf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ migrations = [
5656
rewriteRules: ["https://raw.githubusercontent.com/blast-hardcheese/guardrail-scalafix-rules/master/rules/src/main/scala/fix/GuardrailScalaResponseTypes.scala"],
5757
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"
5858
},
59+
{
60+
groupId: "dev.guardrail",
61+
artifactIds: ["sbt-guardrail"],
62+
newVersion: "0.72.0",
63+
rewriteRules: ["https://raw.githubusercontent.com/guardrail-dev/guardrail-scalafix-rules/master/rules/src/main/scala/fix/GuardrailIterableToVector.scala"],
64+
doc: "https://github.com/guardrail-dev/guardrail/blob/master/MIGRATING.md#migrating-to-guardrail-core-0710"
65+
},
5966
{
6067
groupId: "com.typesafe.akka",
6168
artifactIds: ["akka-http.*"],

0 commit comments

Comments
 (0)