Skip to content

Commit

Permalink
Require Elixir 1.12 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed May 1, 2024
1 parent ca450f1 commit 1301429
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 Cldr.Mixfile do
[
app: :ex_cldr,
version: @version,
elixir: "~> 1.11",
elixir: "~> 1.12",
name: "Cldr",
source_url: "https://github.com/elixir-cldr/cldr",
docs: docs(),
Expand Down

0 comments on commit 1301429

Please sign in to comment.