Skip to content

Commit

Permalink
Merge pull request #216 from BlakeWilliams/acc-use-lower-hexdoc
Browse files Browse the repository at this point in the history
must set ex_doc to 0.18 for elixir 1.6
  • Loading branch information
acconrad committed Feb 25, 2020
2 parents b1bf16b + 68c028c commit 6b49d65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def application do
end

def deps do
[{:slack, "~> 0.21.1"}]
[{:slack, "~> 0.21.2"}]
end
```

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Slack.Mixfile do
def project do
[
app: :slack,
version: "0.21.1",
version: "0.21.2",
elixir: "~> 1.6",
elixirc_paths: elixirc_paths(Mix.env()),
name: "Slack",
Expand All @@ -30,7 +30,7 @@ defmodule Slack.Mixfile do
{:httpoison, "~> 1.2"},
{:websocket_client, "~> 1.2.4"},
{:poison, "~> 4.0"},
{:ex_doc, "~> 0.19", only: :dev},
{:ex_doc, "~> 0.18", only: :dev},
{:credo, "~> 0.5", only: [:dev, :test]},
{:plug, "~> 1.6", only: :test},
{:cowboy, "~> 1.0.0", only: :test}
Expand Down

0 comments on commit 6b49d65

Please sign in to comment.