Skip to content

Commit

Permalink
Update dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfin committed Jan 8, 2024
1 parent 4a3506a commit 29b7a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ defmodule Eternal.Mixfile do
# Type "mix help deps" for more examples and options
defp deps do
[
{:ex_doc, "~> 0.16", optional: true, only: [:docs]},
{:excoveralls, "~> 0.5", optional: true, only: [:cover]}
{:ex_doc, "~> 0.29", optional: true, only: [:docs]},
{:excoveralls, "~> 0.15", optional: true, only: [:cover]}
]
end
end

0 comments on commit 29b7a07

Please sign in to comment.