summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorPaul Schoenfelder <paulschoenfelder@gmail.com>2016-10-18 15:47:18 -0500
committerPaul Schoenfelder <paulschoenfelder@gmail.com>2016-10-18 15:47:18 -0500
commita7deaf8f7493286487a009c9560ba038993d879b (patch)
tree9afd030d905188dafba346048c2c9af9dd2d78e0 /mix.exs
parentConvert RPL_TOPIC with no topic to RPL_NOTOPIC. See #52 (diff)
Update deps
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 78b71cf..46719e8 100644
--- a/mix.exs
+++ b/mix.exs
@@ -27,7 +27,7 @@ defmodule ExIrc.Mixfile do
defp deps do
[
- {:ex_doc, "~> 0.13", only: :dev},
+ {:ex_doc, "~> 0.14", only: :dev},
{:excoveralls, "~> 0.5", only: :test},
]
end