Skip to content

Commit 8799315

Browse files
author
Mohammed Sadique
committed
hexdocs
1 parent 958880e commit 8799315

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mix.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ defmodule Matplotex.MixProject do
4242
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
4343
{:csv, "~> 3.2"},
4444
{:nx, "~> 0.7.3"},
45-
{:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false}
45+
{:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false},
46+
{:ex_doc, "~> 0.34", only: :dev, runtime: false}
4647
]
4748
end
4849
end

0 commit comments

Comments
 (0)