Skip to content

Commit

Permalink
Do not restrict ecto to patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
tdtadeu committed Apr 12, 2024
1 parent 1251b49 commit 6c15775
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 @@ -40,7 +40,7 @@ defmodule Cassandrax.MixProject do
defp deps do
[
{:xandra, "~> 0.14"},
{:ecto, "~> 3.9.0"},
{:ecto, "~> 3.9"},
{:ex_doc, "~> 0.23", only: :dev, runtime: false}
]
end
Expand Down

0 comments on commit 6c15775

Please sign in to comment.