We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da98b3 commit 24cb1e0Copy full SHA for 24cb1e0
mix.exs
@@ -49,7 +49,7 @@ defmodule Cldr.Messages.MixProject do
49
{:ex_cldr_units, "~> 3.12", optional: true},
50
{:ex_cldr_lists, "~> 2.10", optional: true},
51
52
- {:nimble_parsec, "~> 0.5 or ~> 1.0"},
+ {:nimble_parsec, "~> 1.0"},
53
{:jason, "~> 1.1"},
54
{:dialyxir, "~> 1.0", optional: true, only: [:dev, :test], runtime: false},
55
{:ex_doc, "~> 0.20", optional: true, runtime: false},
0 commit comments