1canonical = System.fetch_env!("CANONICAL") 2 3[ 4 deps: [ 5 eex: "https://hexdocs.pm/eex/#{canonical}", 6 elixir: "https://hexdocs.pm/elixir/#{canonical}", 7 ex_unit: "https://hexdocs.pm/ex_unit/#{canonical}", 8 iex: "https://hexdocs.pm/iex/#{canonical}", 9 logger: "https://hexdocs.pm/logger/#{canonical}", 10 mix: "https://hexdocs.pm/mix/#{canonical}" 11 ] 12] 13