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 9464e11 commit be34c5cCopy full SHA for be34c5c
mix.exs
@@ -36,7 +36,7 @@ defmodule Phoenix.Sync.MixProject do
36
{:plug, "~> 1.0"},
37
{:jason, "~> 1.0"},
38
{:ecto_sql, "~> 3.10", optional: true},
39
- {:electric, ">= 1.0.0-beta.20"},
+ {:electric, ">= 1.0.0-beta.20", optional: true},
40
{:electric_client, ">= 0.3.0-beta.4"}
41
] ++ deps_for_env(Mix.env())
42
end
0 commit comments