Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 6e6475b

Browse files
authored
Merge pull request #51 from scouten/fix-dependencies
Tighten dependency specifications for ex_doc and earmark.
2 parents f3e03e5 + afa4c44 commit 6e6475b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

mix.exs

+4-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ defmodule Sqlitex.Mixfile do
3131

3232
{:credo, "~> 0.4", only: :dev},
3333
{:dialyze, "~> 0.2.0", only: :dev},
34-
{:earmark, "~> 0.2.1", only: :dev},
34+
{:earmark, "1.0.3", only: :dev},
35+
# v1.1 introduces a deprecation warning that causes a lot of console
36+
# noise when used with current as-of-this-writing version of exdoc (0.14.5)
3537
{:excoveralls, "~> 0.6", only: :test},
36-
{:ex_doc, "~> 0.11", only: :dev},
38+
{:ex_doc, "~> 0.14.5", only: :dev},
3739
{:inch_ex, "~> 0.5", only: :dev},
3840

3941
{:excheck, "~> 0.5", only: :test},

0 commit comments

Comments
 (0)