Skip to content

Commit

Permalink
add coveralls dependency to mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Feb 17, 2020
1 parent 33b7319 commit 601daff
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 @@ -47,7 +47,7 @@ defmodule App.MixProject do
{:jason, "~> 1.0"},
{:plug_cowboy, "~> 2.0"},

# Invoke Lambda
# See: github.com/dwyl/elixir-invoke-lambda-example
{:ex_aws, "~> 2.1.0"},
{:ex_aws_lambda, "~> 2.0"},
{:poison, "~> 3.0"},
Expand Down

0 comments on commit 601daff

Please sign in to comment.