Skip to content

Commit

Permalink
Fix "defined in application" runtime warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgleason committed Apr 29, 2021
1 parent b6c7cd6 commit 58b6ed0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule OEmbed.Mixfile do
[
app: :oembed,
version: @version,
elixir: "~> 1.3",
elixir: "~> 1.11",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
description: description(),
Expand All @@ -22,7 +22,6 @@ defmodule OEmbed.Mixfile do
# Type "mix help compile.app" for more information
def application do
[
applications: [:httpoison, :exconstructor],
extra_applications: [:logger],
env: [providers: []]
]
Expand Down

0 comments on commit 58b6ed0

Please sign in to comment.