Skip to content

Commit b6ee1b7

Browse files
Whoops, got Iterable and Iterator swapped
1 parent 41a2b5c commit b6ee1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ migrations = [
6060
groupId: "dev.guardrail",
6161
artifactIds: ["sbt-guardrail"],
6262
newVersion: "0.72.0",
63-
rewriteRules: ["https://raw.githubusercontent.com/guardrail-dev/guardrail-scalafix-rules/master/rules/src/main/scala/fix/GuardrailIteratorToVector.scala"],
63+
rewriteRules: ["https://raw.githubusercontent.com/guardrail-dev/guardrail-scalafix-rules/master/rules/src/main/scala/fix/GuardrailIterableToVector.scala"],
6464
doc: "https://github.com/guardrail-dev/guardrail/blob/master/MIGRATING.md#migrating-to-guardrail-core-0710"
6565
},
6666
{

0 commit comments

Comments
 (0)