Skip to content

Commit

Permalink
Merge pull request #57 from mruoss/renovate/ex_doc-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency ex_doc to ~> 0.36
  • Loading branch information
mruoss authored Dec 26, 2024
2 parents 15b7533 + 6cc1a03 commit bda9ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ defmodule Kubereq.MixProject do

# Dev deps
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
{:ex_doc, "~> 0.35", only: :dev, runtime: false},
{:ex_doc, "~> 0.36", only: :dev, runtime: false},
{:dialyxir, "~> 1.4.0", only: [:dev, :test], runtime: false}
]
end
Expand Down

0 comments on commit bda9ee4

Please sign in to comment.