Skip to content

Commit

Permalink
Merge pull request #8 from SmartColumbusOS/fix_applications
Browse files Browse the repository at this point in the history
Change applications to be managed by standard mix method and work bet…
  • Loading branch information
bbalser authored Oct 26, 2018
2 parents 71a3e6a + c9a5de8 commit 8547cf4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ defmodule StreamingMetrics.MixProject do
def application do
[
mod: {StreamingMetrics, []},
extra_applications: [:logger],
applications: [:ex_aws_cloudwatch, :ex_aws]
extra_applications: [:logger]
]
end

Expand All @@ -28,8 +27,7 @@ defmodule StreamingMetrics.MixProject do
# v2.0.3 + metric timestamp fix; HEAD of master on 2018-08-11
{:ex_aws_cloudwatch,
github: "ex-aws/ex_aws_cloudwatch",
sha: "258c0c2a81acf6acf68439d2e9c4cfdf8dec10eb",
app: false},
sha: "258c0c2a81acf6acf68439d2e9c4cfdf8dec10eb"},
{:ex_aws, "~> 2.0.0"},
{:credo, "~> 0.10", only: [:dev, :test], runtime: false}
]
Expand Down

0 comments on commit 8547cf4

Please sign in to comment.