Skip to content

Commit 6e7ad13

Browse files
authored
Allow :decimal ~> 3.0 (#48)
Pinning the `:decimal` library makes it so that users of the library are currently unable to use the most recent version of the library without using overrides (which cannot be published to hex).
1 parent 5411eef commit 6e7ad13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ defmodule XlsxReader.MixProject do
3636
[
3737
{:saxy, "~> 1.5"},
3838
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
39-
{:decimal, "~> 1.0 or ~> 2.0", optional: true},
39+
{:decimal, "~> 1.0 or ~> 2.0 or ~> 3.0", optional: true},
4040
{:dialyxir, "~> 1.0.0", only: :dev, runtime: false},
4141
{:ex_doc, "~> 0.22", only: :dev, runtime: false},
4242
{:elixlsx, "~> 0.4.0", only: [:dev, :test], runtime: false},

0 commit comments

Comments
 (0)