Skip to content

Commit 5c7abef

Browse files
committed
Updated ex_doc version
1 parent ae13d9f commit 5c7abef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ defmodule ESTree.Mixfile do
1818
defp deps do
1919
[
2020
{:earmark, "~> 0.1", only: :dev},
21-
{:ex_doc, "~> 0.7", only: :dev},
21+
{:ex_doc, "~> 0.10", only: :dev},
2222
{:dialyze, "~> 0.2", only: :dev},
2323
{:shouldi, only: :test}
2424
]

mix.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
%{"dialyze": {:hex, :dialyze, "0.2.0"},
22
"earmark": {:hex, :earmark, "0.1.17"},
3-
"ex_doc": {:hex, :ex_doc, "0.7.3"},
3+
"ex_doc": {:hex, :ex_doc, "0.10.0"},
44
"shouldi": {:hex, :shouldi, "0.2.3"}}

0 commit comments

Comments
 (0)