This repository was archived by the owner on Mar 19, 2021. It is now read-only.
Commit 13e2d4d
committed
Tighten dependency specifications for ex_doc and earmark.
Previous spec for ex_doc allowed upgrade to 0.14.5, which would be fine, but caused a failure in `mix deps.get` because specified version of earmark is too old.
But ... we can't upgrade to current earmark (1.1.1 as of this writing) because it deprecates a function that latest ex_doc uses. So we specify latest compatible version.1 parent 91fd7d1 commit 13e2d4d
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
0 commit comments