Skip to content

Commit f628c9d

Browse files
committed
mix: download mix_task_archive_deps from GitHub rather than Hex
1 parent ddaa5ef commit f628c9d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

mix.exs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@ defmodule RabbitMQ.MessageDeduplicationPlugin.Mixfile do
2828
end
2929

3030
defp deps() do
31-
[
32-
{
33-
:mix_task_archive_deps, "~> 1.0"
34-
}
35-
]
31+
[{:mix_task_archive_deps, github: "rabbitmq/mix_task_archive_deps"}]
3632
end
3733

3834
defp aliases() do

0 commit comments

Comments
 (0)