Skip to content

Commit e6b1cf5

Browse files
authored
chore(deps): bump Decimal to 3.0 (#100)
1 parent 8c6d025 commit e6b1cf5

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
@@ -34,7 +34,7 @@ defmodule ExJsonSchema.Mixfile do
3434

3535
defp deps do
3636
[
37-
{:decimal, "~> 2.0"},
37+
{:decimal, "~> 3.0"},
3838
{:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false},
3939
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
4040
{:excoveralls, "~> 0.14", only: :test},

0 commit comments

Comments
 (0)