Skip to content

Commit

Permalink
restor elixir_make config
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan committed Sep 8, 2019
1 parent 8a72de7 commit 949de0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule PrometheusProcessCollector.Mixfile do
app: :prometheus_process_collector,
version: "1.4.3",
compilers: [:elixir_make] ++ Mix.compilers(),
# make_cwd: "c_src",
make_cwd: "c_src",
description: description(),
package: package(),
deps: deps()
Expand Down Expand Up @@ -50,7 +50,7 @@ defmodule PrometheusProcessCollector.Mixfile do
defp deps do
[
{:prometheus, "~> 4.0"},
{:elixir_make, "~> 0.4", runtime: false}
{:elixir_make, "~> 0.6", runtime: false}
]
end
end
1 change: 1 addition & 0 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
%{
"elixir_make": {:hex, :elixir_make, "0.6.0", "38349f3e29aff4864352084fc736fa7fa0f2995a819a737554f7ebd28b85aaab", [:mix], [], "hexpm"},
"prometheus": {:hex, :prometheus, "4.2.2", "a830e77b79dc6d28183f4db050a7cac926a6c58f1872f9ef94a35cd989aceef8", [:mix, :rebar3], [], "hexpm"},
}

0 comments on commit 949de0f

Please sign in to comment.