Skip to content

Commit fd5d47a

Browse files
author
David Stendardi
committed
Update eamark and ex_doc to latest versions
1 parent 5e59fed commit fd5d47a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
language: elixir
2-
otp_release:
3-
- 17.4
2+
elixir: 1.4.1
3+
otp_release: 19.1

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule AWS.CodeGen.Mixfile do
77
elixir: "~> 1.0",
88
build_embedded: Mix.env == :prod,
99
start_permanent: Mix.env == :prod,
10-
deps: deps]
10+
deps: deps()]
1111
end
1212

1313
# Configuration for the OTP application
@@ -27,8 +27,8 @@ defmodule AWS.CodeGen.Mixfile do
2727
#
2828
# Type `mix help deps` for more examples and options
2929
defp deps do
30-
[{:earmark, "~> 0.1.17", only: :dev},
31-
{:ex_doc, "~> 0.7.3", only: :dev},
30+
[{:earmark, "~> 1.1", only: :dev},
31+
{:ex_doc, "~> 0.15.0", only: :dev},
3232
{:poison, "~> 1.4.0"}]
3333
end
3434
end

mix.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
%{"earmark": {:hex, :earmark, "0.1.17"},
2-
"ex_doc": {:hex, :ex_doc, "0.7.3"},
3-
"poison": {:hex, :poison, "1.4.0"}}
1+
%{"earmark": {:hex, :earmark, "1.1.1", "433136b7f2e99cde88b745b3a0cfc3fbc81fe58b918a09b40fce7f00db4d8187", [:mix], []},
2+
"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], []}}

0 commit comments

Comments
 (0)