Skip to content

Commit

Permalink
fix(GraphQL): Add missing cf dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Betree committed Dec 29, 2018
1 parent c1183a1 commit 995eccd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/cf_graphql/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ defmodule CF.GraphQL.Mixfile do
{:basic_auth, "~> 2.2.2"},
{:kaur, "~> 1.1"},
{:poison, "~> 3.1"},

# Local
{:cf, in_umbrella: true},
{:db, in_umbrella: true},

# Dev only
Expand Down

0 comments on commit 995eccd

Please sign in to comment.