File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
modules/core/src/main/resources Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff 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.*"],
You can’t perform that action at this time.
0 commit comments