Skip to content

Commit

Permalink
Bump minimum Elixir compat to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
feld committed Oct 7, 2020
1 parent ba7b41f commit bccee47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule PrometheusEx.Mixfile do
[
app: :prometheus_ex,
version: @version,
elixir: "~> 1.6",
elixir: "~> 1.7",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
description: description(),
Expand Down

0 comments on commit bccee47

Please sign in to comment.