We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b149033 commit 346305dCopy full SHA for 346305d
1 file changed
mix.exs
@@ -23,14 +23,12 @@ defmodule UeberauthGithub.Mixfile do
23
end
24
25
defp deps do
26
- [
27
- {:ueberauth, "~>0.1"},
+ [{:ueberauth, "~> 0.1"},
28
{:oauth2, "~> 0.5"},
29
30
# docs dependencies
31
{:earmark, "~>0.1", only: :dev},
32
- {:ex_doc, "~>0.1", only: :dev}
33
- ]
+ {:ex_doc, "~>0.1", only: :dev}]
34
35
36
defp docs do
0 commit comments