Skip to content

Commit

Permalink
Upgrade minimum elixir version
Browse files Browse the repository at this point in the history
  • Loading branch information
mpaulmier committed Jul 24, 2024
1 parent b41cf66 commit 4a64e88
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 @@ -14,7 +14,7 @@ defmodule Ewebmachine.Mixfile do
[
app: :ewebmachine,
version: version(),
elixir: ">= 1.10.0",
elixir: ">= 1.13.4",
docs: docs(),
deps: deps(),
description: @description,
Expand Down

0 comments on commit 4a64e88

Please sign in to comment.