Skip to content

Commit f9df686

Browse files
committed
📎 version bump
1 parent 773e12c commit f9df686

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

mix.exs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
defmodule Iteraptor.Mixfile do
1+
defmodule Iteraptor.MixProject do
22
use Mix.Project
33

44
@app :iteraptor
@@ -11,7 +11,6 @@ defmodule Iteraptor.Mixfile do
1111
version: @version,
1212
elixir: "~> 1.5",
1313
elixirc_paths: elixirc_paths(Mix.env()),
14-
build_embedded: Mix.env() == :prod,
1514
start_permanent: Mix.env() == :prod,
1615
description: description(),
1716
package: package(),
@@ -30,7 +29,7 @@ defmodule Iteraptor.Mixfile do
3029
# Type "mix help compile.app" for more information
3130
def application do
3231
[
33-
applications: [:logger]
32+
extra_applications: [:logger]
3433
]
3534
end
3635

0 commit comments

Comments
 (0)