Skip to content

Commit

Permalink
add ping to mix.exs see: https://github.com/dwyl/ping
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Jul 22, 2020
1 parent 090aa66 commit 46a2813
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ defmodule Auth.Mixfile do
# Base58 Encodeing: https://github.com/dwyl/base58
{:B58, "~> 1.0", hex: :b58},

# Ping to Wake Heroku Instance: https://github.com/dwyl/ping
{:ping, "~> 1.0.1"},

# Check test coverage
{:excoveralls, "~> 0.12.3", only: :test},

Expand Down

0 comments on commit 46a2813

Please sign in to comment.