Skip to content

Commit

Permalink
Loosen up ExDoc requirement (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Apr 23, 2024
1 parent 0741411 commit df379c1
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 @@ -38,7 +38,7 @@ defmodule XlsxReader.MixProject do
{:credo, "~> 1.4.0", only: [:dev, :test], runtime: false},
{:decimal, "~> 1.0 or ~> 2.0", optional: true},
{:dialyxir, "~> 1.0.0", only: :dev, runtime: false},
{:ex_doc, "~> 0.22.0", only: :dev, runtime: false},
{:ex_doc, "~> 0.22", only: :dev, runtime: false},
{:elixlsx, "~> 0.4.0", only: [:dev, :test], runtime: false},
{:benchee, "~> 1.0", only: :dev}
]
Expand Down

0 comments on commit df379c1

Please sign in to comment.