Skip to content

Commit

Permalink
elixir 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
karlosmid committed Jul 2, 2024
1 parent dff4865 commit d508af2
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 @@ -8,7 +8,7 @@ defmodule Plausible.MixProject do
docs: docs(),
app: :plausible,
version: System.get_env("APP_VERSION", "0.0.1"),
elixir: "~> 1.17",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() in [:prod, :ce],
aliases: aliases(),
Expand Down

0 comments on commit d508af2

Please sign in to comment.