Skip to content

Commit 2e4ea5c

Browse files
Update mix.exs
1 parent 4f40456 commit 2e4ea5c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

mix.exs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ defmodule IP2LocationErlang.MixProject do
77
version: "8.6.4",
88
elixir: "~> 1.0",
99
erlc_paths: ["."],
10-
compilers: [:leex, :yecc] ++ Mix.compilers(),
1110
build_embedded: Mix.env == :prod,
1211
start_permanent: Mix.env == :prod,
1312
description: description(),
@@ -24,7 +23,7 @@ defmodule IP2LocationErlang.MixProject do
2423

2524
defp deps() do
2625
[
27-
{:jiffy, "~> 1.1", compile: false},
26+
{:jiffy, "~> 1.1"},
2827
{:ex_doc, "~> 0.14", only: :dev, runtime: false}
2928
]
3029
end

0 commit comments

Comments
 (0)