We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a2b5c commit b6ee1b7Copy full SHA for b6ee1b7
modules/core/src/main/resources/scalafix-migrations.conf
@@ -60,7 +60,7 @@ migrations = [
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/GuardrailIteratorToVector.scala"],
+ 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
},
66
{
0 commit comments