Skip to content

Commit a1bd7c9

Browse files
authored
Merge pull request #3 from rgraff/main
Update ExDoc dependency
2 parents 907b500 + f7e3567 commit a1bd7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ defmodule ExUrlbox.MixProject do
3232
# Run "mix help deps" to learn about dependencies.
3333
defp deps do
3434
[
35-
{:ex_doc, "~> 0.28.0"},
35+
{:ex_doc, "~> 0.28.0", only: [:dev], runtime: false},
3636
{:tesla, "~> 1.4"},
3737
{:hackney, "~> 1.17"},
3838
{:jason, ">= 1.0.0"},

0 commit comments

Comments
 (0)