diff --git a/mix.exs b/mix.exs index 9b3ab12..3455329 100644 --- a/mix.exs +++ b/mix.exs @@ -33,7 +33,7 @@ defmodule TowerRollbar.MixProject do defp deps do [ {:jason, "~> 1.4"}, - {:tower, github: "mimiquate/tower", branch: "dev"}, + {:tower, github: "mimiquate/tower"}, {:plug, "~> 1.16"}, # Only needed for Erlang < 25 diff --git a/mix.lock b/mix.lock index e4b814c..0608668 100644 --- a/mix.lock +++ b/mix.lock @@ -5,5 +5,5 @@ "plug": {:hex, :plug, "1.16.0", "1d07d50cb9bb05097fdf187b31cf087c7297aafc3fed8299aac79c128a707e47", [:mix], [{:mime, "~> 1.0 or ~> 2.0", [hex: :mime, repo: "hexpm", optional: false]}, {:plug_crypto, "~> 1.1.1 or ~> 1.2 or ~> 2.0", [hex: :plug_crypto, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4.3 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "cbf53aa1f5c4d758a7559c0bd6d59e286c2be0c6a1fac8cc3eee2f638243b93e"}, "plug_crypto": {:hex, :plug_crypto, "2.1.0", "f44309c2b06d249c27c8d3f65cfe08158ade08418cf540fd4f72d4d6863abb7b", [:mix], [], "hexpm", "131216a4b030b8f8ce0f26038bc4421ae60e4bb95c5cf5395e1421437824c4fa"}, "telemetry": {:hex, :telemetry, "1.2.1", "68fdfe8d8f05a8428483a97d7aab2f268aaff24b49e0f599faa091f1d4e7f61c", [:rebar3], [], "hexpm", "dad9ce9d8effc621708f99eac538ef1cbe05d6a874dd741de2e689c47feafed5"}, - "tower": {:git, "https://github.com/mimiquate/tower.git", "24ba0465e334ef71e22a242ca007324fc1e07463", [branch: "dev"]}, + "tower": {:git, "https://github.com/mimiquate/tower.git", "24ba0465e334ef71e22a242ca007324fc1e07463", []}, }