Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F113613
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/mix.exs b/mix.exs
index f10cfbb..f45aded 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,33 +1,33 @@
defmodule PrometheusPhx.MixProject do
use Mix.Project
def project do
[
app: :prometheus_phx,
version: "0.1.0",
- elixir: "~> 1.10",
+ elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
elixirc_paths: elixirc_paths(Mix.env()),
compilers: compilers(Mix.env()),
deps: deps()
]
end
defp elixirc_paths(:test), do: ["lib", "test/support"]
defp elixirc_paths(_), do: ["lib"]
defp deps do
[
{:prometheus_ex, "~> 3.0"},
{:phoenix, "~> 1.5.1", only: [:test]},
{:phoenix_html, "~> 2.11", only: [:test]},
{:telemetry_metrics, "~> 0.4", only: [:test]},
{:telemetry_poller, "~> 0.4", only: [:test]},
{:jason, "~> 1.0", only: [:test]},
{:plug_cowboy, "~> 2.0", only: [:test]}
]
end
def compilers(:test), do: [:phoenix] ++ Mix.compilers()
def compilers(_), do: Mix.compilers()
end
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Nov 25, 1:02 PM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39797
Default Alt Text
(1 KB)
Attached To
Mode
R25 prometheus-phx
Attached
Detach File
Event Timeline
Log In to Comment