Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
drewolson committed Jan 1, 2016
1 parent d50a95a commit 7d328be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -25,7 +25,7 @@ defmodule ExSpec.Mixfile do
defp deps do
[
{:earmark, ">= 0.0.0", only: :dev},
{:ex_doc, "~> 0.10.0", only: :dev}
{:ex_doc, "~> 0.11.0", only: :dev}
]
end

Expand Down
4 changes: 2 additions & 2 deletions mix.lock
@@ -1,2 +1,2 @@
%{"earmark": {:hex, :earmark, "0.1.17"},
"ex_doc": {:hex, :ex_doc, "0.10.0"}}
%{"earmark": {:hex, :earmark, "0.2.0"},
"ex_doc": {:hex, :ex_doc, "0.11.3"}}

0 comments on commit 7d328be

Please sign in to comment.