Skip to content

Commit a6afa04

Browse files
committed
Update to Elixir 1.4 and update all dependencies to latest version.
1 parent 1097fc5 commit a6afa04

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
language: elixir
2-
elixir: 1.4.1
2+
elixir: 1.4.2
33
otp_release: 19.1

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule AWS.CodeGen.Mixfile do
44
def project do
55
[app: :aws_codegen,
66
version: "0.0.1",
7-
elixir: "~> 1.0",
7+
elixir: "~> 1.4",
88
build_embedded: Mix.env == :prod,
99
start_permanent: Mix.env == :prod,
1010
deps: deps()]
@@ -29,6 +29,6 @@ defmodule AWS.CodeGen.Mixfile do
2929
defp deps do
3030
[{:earmark, "~> 1.1", only: :dev},
3131
{:ex_doc, "~> 0.15.0", only: :dev},
32-
{:poison, "~> 1.4.0"}]
32+
{:poison, "~> 3.1"}]
3333
end
3434
end

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
%{"earmark": {:hex, :earmark, "1.1.1", "433136b7f2e99cde88b745b3a0cfc3fbc81fe58b918a09b40fce7f00db4d8187", [:mix], []},
22
"ex_doc": {:hex, :ex_doc, "0.15.0", "e73333785eef3488cf9144a6e847d3d647e67d02bd6fdac500687854dd5c599f", [:mix], [{:earmark, "~> 1.1", [hex: :earmark, optional: false]}]},
3-
"poison": {:hex, :poison, "1.4.0", "cd5afb9db7f0d19487572fa28185b6d4de647f14235746824e77b3139b79b725", [:mix], []}}
3+
"poison": {:hex, :poison, "3.1.0", "d9eb636610e096f86f25d9a46f35a9facac35609a7591b3be3326e99a0484665", [:mix], []}}

0 commit comments

Comments
 (0)