Skip to content

Commit

Permalink
Update the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthenth committed Jun 18, 2024
1 parent 2e84371 commit 34e31fc
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 @@ -29,11 +29,11 @@ defmodule Goal.MixProject do
defp deps do
[
{:benchee, "~> 1.0", only: :dev},
{:ecto, "~> 3.9"},
{:ecto, "~> 3.11"},
{:credo, "~> 1.6", only: [:dev, :test], runtime: false},
{:dialyxir, "~> 1.0", only: [:dev], runtime: false},
{:ex_doc, "~> 0.27", only: :dev, runtime: false},
{:recase, "~> 0.5"}
{:recase, "~> 0.8"}
]
end

Expand Down

0 comments on commit 34e31fc

Please sign in to comment.