pinned crypt dependency to specific commit
This commit is contained in:
parent
8b020e03a6
commit
75bc68dbc1
3
mix.exs
3
mix.exs
|
@ -51,7 +51,8 @@ defp deps do
|
||||||
{:ex_machina, "~> 2.2", only: :test},
|
{:ex_machina, "~> 2.2", only: :test},
|
||||||
{:credo, "~> 0.9.3", only: [:dev, :test]},
|
{:credo, "~> 0.9.3", only: [:dev, :test]},
|
||||||
{:mock, "~> 0.3.1", only: :test},
|
{:mock, "~> 0.3.1", only: :test},
|
||||||
{:crypt, git: "https://github.com/msantos/crypt"}
|
{:crypt,
|
||||||
|
git: "https://github.com/msantos/crypt", ref: "1f2b58927ab57e72910191a7ebaeff984382a1d3"}
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue