Skip to content

Commit 9fc29f3

Browse files
committed
build(mix): make mix_task_archive_deps a build-only dependency
issue: #116
1 parent 042006b commit 9fc29f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defmodule RabbitMQ.MessageDeduplicationPlugin.Mixfile do
2929

3030
defp deps() do
3131
[
32-
{:mix_task_archive_deps, github: "rabbitmq/mix_task_archive_deps"}
32+
{:mix_task_archive_deps, github: "rabbitmq/mix_task_archive_deps", runtime: false}
3333
]
3434
end
3535

0 commit comments

Comments
 (0)