Skip to content

Commit

Permalink
Fix error mappings for FCM (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
rslota authored Feb 20, 2020
1 parent 618009e commit 544219e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule MongoosePush.Mixfile do
def project do
[
app: :mongoose_push,
version: "2.0.1",
version: "2.0.2",
elixir: "~> 1.6",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand All @@ -31,7 +31,7 @@ defmodule MongoosePush.Mixfile do
defp deps do
[
{:chatterbox, github: "joedevivo/chatterbox", ref: "1f4ce4f", override: true},
{:sparrow, github: "esl/sparrow", ref: "ee3da9a"},
{:sparrow, github: "esl/sparrow", ref: "78ad18c"},
{:maru, github: "rslota/maru", ref: "54fc038", override: true},
{:plug_cowboy, "~> 2.0"},
{:cowboy, "~> 2.3", override: true},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"pollution": {:hex, :pollution, "0.9.2", "3f67542631071c99f807d2a8f9da799c07cd983c902f5357b9e1569c20a26e76", [:mix], [], "hexpm", "6399fd8ffd97dcc3d9d277f60542a234d644d7bcc0d48c8fda93d6be4801bac2"},
"quixir": {:hex, :quixir, "0.9.3", "f01c37386b9e1d0526f01a8734a6d7884af294a0ec360f05c24c7171d74632bd", [:mix], [{:pollution, "~> 0.9.2", [hex: :pollution, repo: "hexpm", optional: false]}], "hexpm", "4f3a1fe7c82b767d935b3f7b94cf34b91ef78bb487ef256b303d77417fc7d589"},
"ranch": {:hex, :ranch, "1.7.1", "6b1fab51b49196860b733a49c07604465a47bdb78aa10c1c16a3d199f7f8c881", [:rebar3], [], "hexpm", "451d8527787df716d99dc36162fca05934915db0b6141bbdac2ea8d3c7afc7d7"},
"sparrow": {:git, "https://github.com/esl/sparrow.git", "ee3da9aa8cbeffd394bc45516c0f9fdaa7429b12", [ref: "ee3da9a"]},
"sparrow": {:git, "https://github.com/esl/sparrow.git", "78ad18c591c20dfe72e70587bb5d56aaaa4bb2ec", [ref: "78ad18c"]},
"ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.5", "6eaf7ad16cb568bb01753dbbd7a95ff8b91c7979482b95f38443fe2c8852a79b", [:make, :mix, :rebar3], [], "hexpm", "13104d7897e38ed7f044c4de953a6c28597d1c952075eb2e328bc6d6f2bfc496"},
"unicode_util_compat": {:hex, :unicode_util_compat, "0.4.1", "d869e4c68901dd9531385bb0c8c40444ebf624e60b6962d95952775cac5e90cd", [:rebar3], [], "hexpm", "1d1848c40487cdb0b30e8ed975e34e025860c02e419cb615d255849f3427439d"},
"uuid": {:hex, :uuid, "1.1.8", "e22fc04499de0de3ed1116b770c7737779f226ceefa0badb3592e64d5cfb4eb9", [:mix], [], "hexpm", "c790593b4c3b601f5dc2378baae7efaf5b3d73c4c6456ba85759905be792f2ac"},
Expand Down

0 comments on commit 544219e

Please sign in to comment.