fix(deps): include picosat_elixir in production for Ash policies
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Ash/Crux SAT solver required for policy evaluation in prod (e.g. OIDC login).
This commit is contained in:
parent
4e8e697490
commit
214c929455
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
|
@ -76,7 +76,7 @@ defmodule Mv.MixProject do
|
||||||
{:mix_audit, "~> 2.1", only: [:dev, :test], runtime: false},
|
{:mix_audit, "~> 2.1", only: [:dev, :test], runtime: false},
|
||||||
{:sobelow, "~> 0.14", only: [:dev, :test], runtime: false},
|
{:sobelow, "~> 0.14", only: [:dev, :test], runtime: false},
|
||||||
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
|
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
|
||||||
{:picosat_elixir, "~> 0.1", only: [:dev, :test]},
|
{:picosat_elixir, "~> 0.1"},
|
||||||
{:ecto_commons, "~> 0.3"},
|
{:ecto_commons, "~> 0.3"},
|
||||||
{:slugify, "~> 1.3"},
|
{:slugify, "~> 1.3"},
|
||||||
{:nimble_csv, "~> 1.0"}
|
{:nimble_csv, "~> 1.0"}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue