Skip to content

Commit

Permalink
fix proxy mix dependencies with statestore
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdarruda committed Jan 16, 2023
1 parent 8fd96af commit b665a1b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion spawn_proxy/proxy/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ defmodule Proxy.MixProject do
{:spawn, path: "../../"},
{:bakeware, "~> 0.2"},
{:bandit, "~> 0.5"},
{:observer_cli, "~> 1.7"}
{:observer_cli, "~> 1.7"},
{:spawn_statestores_mssql, path: "../../spawn_statestores/statestores_mssql"},
{:spawn_statestores_mysql, path: "../../spawn_statestores/statestores_mysql"},
{:spawn_statestores_postgres, path: "../../spawn_statestores/statestores_postgres"},
{:spawn_statestores_sqlite, path: "../../spawn_statestores/statestores_sqlite"},
{:spawn_statestores_cockroachdb, path: "../../spawn_statestores/statestores_cockroachdb"}
]
end

Expand Down

0 comments on commit b665a1b

Please sign in to comment.