Skip to content

Commit 2bc1849

Browse files
authored
Updating gen_smtp from 1.0.1 to latest 1.1.1
Updating gen_smtp from 1.0.1 to latest 1.1.1. to resolve dependency issues when using the latest version of cowboy which requires ranch 1.8.0. - gen_smtp 1.0.1 rebar.config: ranch 1.6.2 - gen_smtp 1.1.1 rebar.config: ranch >= 1.7.0
1 parent 600b811 commit 2bc1849

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
@@ -34,7 +34,7 @@ defmodule Mailman.Mixfile do
3434
defp deps do
3535
[
3636
{:eiconv, "~> 1.0.0"},
37-
{:gen_smtp, "~> 1.0.1"},
37+
{:gen_smtp, "~> 1.1.1"},
3838
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
3939
{:httpoison, "~> 1.6"},
4040
{:credo, "~> 1.5.0-rc.2", only: [:dev, :test], runtime: false}

0 commit comments

Comments
 (0)