Skip to content

Commit 47dc51a

Browse files
committed
Update Poison
1 parent 7827452 commit 47dc51a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

mix.exs

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ defmodule Conekta.Mixfile do
77

88
def project do
99
[app: :conekta,
10-
version: "1.1.0",
10+
version: "1.2.0",
1111
description: @description,
1212
name: "Conekta",
13-
elixir: "~> 1.10.4",
13+
elixir: "~> 1.12.3",
1414
package: package(),
1515
build_embedded: Mix.env == :prod,
1616
start_permanent: Mix.env == :prod,
1717
deps: deps(),
18-
source_url: "https://github.com/echavezNS/conekta-elixir.git"]
18+
source_url: "https://github.com/Ventup-IT/conekta-elixir"]
1919
end
2020

2121
def application do
@@ -25,15 +25,14 @@ defmodule Conekta.Mixfile do
2525
defp deps do
2626
[{:credo, "~> 1.4", only: [:dev, :test], runtime: false},
2727
{:httpoison, "~> 1.6"},
28-
{:poison, "~> 3.1"},
28+
{:poison, "~> 4.0"},
2929
{:mock, "~> 0.3.0", only: :test},
3030
{:ex_doc, "~> 0.22", only: :dev, runtime: false}]
3131
end
3232

3333
defp package do
34-
[ maintainers: ["Jorge Chavez"],
34+
[ maintainers: ["VentUp"],
3535
licenses: ["MIT"],
36-
links: %{"Github" => "https://github.com/echavezNS/conekta-elixir.git"} ]
36+
links: %{"Github" => "https://github.com/Ventup-IT/conekta-elixir.git"} ]
3737
end
38-
3938
end

0 commit comments

Comments
 (0)