Skip to content

Commit 6f8abd6

Browse files
committed
Update dependencies
1 parent 555bc48 commit 6f8abd6

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

mix.exs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ defmodule Hashids.Mixfile do
3737
defp deps do
3838
[
3939
{:benchfella, "~> 0.2", only: :bench},
40-
{:earmark, "> 0.0.0", only: :docs},
41-
{:ex_doc, "~> 0.7", only: :docs},
40+
{:ex_doc, "> 0.0.0", only: :docs},
4241
]
4342
end
4443
end

mix.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
%{"benchfella": {:hex, :benchfella, "0.3.1"},
2-
"earmark": {:hex, :earmark, "0.1.19"},
3-
"ex_doc": {:hex, :ex_doc, "0.11.2"}}
1+
%{"benchfella": {:hex, :benchfella, "0.3.1", "3728b082725f27c46502c4609f78b8db01d4739932ebfc59f350b7a2b47d394d", [:mix], []},
2+
"earmark": {:hex, :earmark, "1.1.0", "8c2bf85d725050a92042bc1edf362621004d43ca6241c756f39612084e95487f", [:mix], []},
3+
"ex_doc": {:hex, :ex_doc, "0.14.5", "c0433c8117e948404d93ca69411dd575ec6be39b47802e81ca8d91017a0cf83c", [:mix], [{:earmark, "~> 1.0", [hex: :earmark, optional: false]}]}}

0 commit comments

Comments
 (0)