Skip to content

Commit b8e59d8

Browse files
committed
client 0.6.5 is live
1 parent adf2312 commit b8e59d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ defmodule Phoenix.Sync.MixProject do
4444
{:ecto_sql, "~> 3.10", optional: true},
4545
{:electric, "~> 1.0.24", optional: true},
4646
# 0.6.5 has the decoding and control message fix
47-
{:electric_client, ">= 0.6.5-beta-5"}
47+
{:electric_client, "~> 0.6.5"}
4848
] ++ deps_for_env(Mix.env())
4949
end
5050

0 commit comments

Comments
 (0)