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 8c33151 commit 5eddc57Copy full SHA for 5eddc57
mix.exs
@@ -76,7 +76,7 @@ defmodule Algora.MixProject do
76
{:styler, "~> 1.2", only: [:dev, :test], runtime: false},
77
{:typed_ecto_schema, "~> 0.4.1", runtime: false},
78
{:chameleon, "~> 2.2.0"},
79
- {:ex_machina, "~> 2.8.0", only: :test},
+ {:ex_machina, "~> 2.8.0", only: [:dev, :test]},
80
# ex_aws
81
{:ex_aws, "~> 2.1"},
82
{:ex_aws_s3, "~> 2.0"},
0 commit comments