feat: add ex_doc
to generate documentation
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
1
mix.exs
1
mix.exs
@@ -36,6 +36,7 @@ defmodule Wabanex.MixProject do
|
||||
{:decimal, "~> 2.1.0"},
|
||||
{:dialyxir, "~> 1.4.0", only: [:dev, :test], runtime: false},
|
||||
{:ecto_sql, "~> 3.11.0"},
|
||||
{:ex_doc, "~> 0.34.0", only: :dev, runtime: false},
|
||||
{:gettext, "~> 0.24.0"},
|
||||
{:jason, "~> 1.4.0"},
|
||||
{:junit_formatter, "~> 3.4.0", only: [:test]},
|
||||
|
Reference in New Issue
Block a user