Skip to content

Commit

Permalink
Require Elixir 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Dec 1, 2023
1 parent 6f14770 commit 5517e4e
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 AcmeClient.MixProject do
[
app: :acme_client,
version: @version,
elixir: "~> 1.11",
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
aliases: aliases(),
Expand Down

0 comments on commit 5517e4e

Please sign in to comment.