Skip to content

Commit

Permalink
ecto ~> 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
leftstanding committed Oct 4, 2023
1 parent 8cd9541 commit 73ac9c3
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 @@ -83,7 +83,7 @@ defmodule EctoDiff.MixProject do
{:credo, "~> 1.0", only: [:dev, :test], runtime: false},
{:dialyxir, "~> 1.1", only: [:dev, :test], runtime: false},
{:ecto_sql, "~> 3.8", only: [:dev, :test]},
{:ecto, "~> 3.10.3"},
{:ecto, "~> 3.8"},
{:ex_doc, "~> 0.28", only: :dev, runtime: false},
{:excoveralls, "~> 0.14", only: :test},
{:jason, ">= 1.0.0", only: [:dev, :test]},
Expand Down

0 comments on commit 73ac9c3

Please sign in to comment.