Skip to content

Commit 5eddc57

Browse files
committed
include ex_machina in dev
1 parent 8c33151 commit 5eddc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ defmodule Algora.MixProject do
7676
{:styler, "~> 1.2", only: [:dev, :test], runtime: false},
7777
{:typed_ecto_schema, "~> 0.4.1", runtime: false},
7878
{:chameleon, "~> 2.2.0"},
79-
{:ex_machina, "~> 2.8.0", only: :test},
79+
{:ex_machina, "~> 2.8.0", only: [:dev, :test]},
8080
# ex_aws
8181
{:ex_aws, "~> 2.1"},
8282
{:ex_aws_s3, "~> 2.0"},

0 commit comments

Comments
 (0)