We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff8949 commit f56925cCopy full SHA for f56925c
mix.exs
@@ -44,7 +44,7 @@ defmodule Phoenix.Sync.MixProject do
44
{:ecto_sql, "~> 3.10", optional: true},
45
{:electric, "~> 1.0.24", optional: true},
46
# 0.6.5 has the decoding and control message fix
47
- {:electric_client, ">= 0.6.5-beta-5"}
+ {:electric_client, "~> 0.6.5"}
48
] ++ deps_for_env(Mix.env())
49
end
50
0 commit comments