Skip to content

Commit b3763dd

Browse files
renovate[bot]mruoss
authored andcommitted
Update dependency ex_doc to ~> 0.36
1 parent b8d73d0 commit b3763dd

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
@@ -54,7 +54,7 @@ defmodule Ymlr.MixProject do
5454
{:decimal, "~> 2.0", only: [:test], runtime: false},
5555
{:dialyxir, "~> 1.0", only: [:dev, :test], runtime: false},
5656
{:excoveralls, "~> 0.18", only: [:test]},
57-
{:ex_doc, "~> 0.35", only: :dev},
57+
{:ex_doc, "~> 0.36", only: :dev},
5858
{:mix_test_watch, "~> 1.0", only: :test, runtime: false},
5959
{:yaml_elixir, "~> 2.4", only: [:test]}
6060
]

0 commit comments

Comments
 (0)