Skip to content

Commit

Permalink
Merge pull request #13 from marceldegraaf/fix/applications
Browse files Browse the repository at this point in the history
Remove application from mix.exs file
  • Loading branch information
niknetniko authored Dec 16, 2020
2 parents 67b26cd + 4dd3419 commit 210f5bd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ defmodule UeberauthCAS.Mixfile do
]
end

def application do
[
applications: [:logger, :ueberauth, :httpoison]
]
end

defp deps do
[
{:ueberauth, "~> 0.6.3"},
Expand Down

0 comments on commit 210f5bd

Please sign in to comment.