Skip to content

Commit

Permalink
Update mix.exs (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaAK committed Feb 27, 2024
1 parent e4fecb5 commit 9bfb98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ defmodule AppGen.MixProject do
defp deps do
[
{:absinthe_generator, "~> 0.1"},
{:factory_ex, "~> 0.2"},
{:factory_ex, "~> 0.2", only: [:dev, :test]},
{:phoenix, "~> 1.5"},
{:jason, "~> 1.3"},
{:ecto, "~> 3.0"},
Expand Down

0 comments on commit 9bfb98e

Please sign in to comment.