Skip to content

Commit

Permalink
Merge pull request #13 from mohammedzeglam-pg/patch-1
Browse files Browse the repository at this point in the history
bump minimum elixir version
  • Loading branch information
simonprev authored Jan 17, 2024
2 parents b83338b + cec6e23 commit cf0836f
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 TelemetryUI.Mixfile do
[
app: :telemetry_ui,
version: @version,
elixir: "~> 1.13",
elixir: "~> 1.14",
package: package(),
elixirc_paths: elixirc_paths(Mix.env()),
consolidate_protocols: Mix.env() !== :test,
Expand Down

0 comments on commit cf0836f

Please sign in to comment.