mailman-elixir / mailman

Mailman provides a clean way of defining mailers in your Elixir applications
https://github.com/mailman-elixir/mailman
Other
203 stars 73 forks source link

How to add dep to mix.exs #95

Closed packetq closed 3 years ago

packetq commented 3 years ago

Hi,

I'm new to Elixir. How do I add this package to the deps in mix.exs?

Thanks

skosch commented 3 years ago

For the current version, you can see the line you need on the hex.pm page:

{:mailman, "~> 0.4.3"},
packetq commented 3 years ago

Hi,

Thanks!