Skip to content

Commit

Permalink
Merge pull request #12 from bbalser/elsa_0.8.1
Browse files Browse the repository at this point in the history
Upgrade elsa to 0.8.1
  • Loading branch information
Brian Balser authored Aug 27, 2019
2 parents 36927f8 + ac67f16 commit 5f3ff65
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 OffBroadwayKafka.MixProject do
def project do
[
app: :off_broadway_kafka,
version: "0.3.0",
version: "0.3.1",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand All @@ -25,7 +25,7 @@ defmodule OffBroadwayKafka.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:elsa, "~> 0.8.0"},
{:elsa, "~> 0.8.1"},
{:broadway, "~> 0.4.0"},
{:retry, "~> 0.13.0"},
{:placebo, "~> 1.2", only: [:dev, :test, :integration]},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"divo": {:hex, :divo, "1.1.9", "6f91b0a02bd97800eb9a99abd771b4c9b67d282b67abc223eb2832b93f557b7e", [:mix], [{:jason, "~> 1.1", [hex: :jason, repo: "hexpm", optional: false]}, {:patiently, "~> 0.2", [hex: :patiently, repo: "hexpm", optional: false]}], "hexpm"},
"divo_kafka": {:hex, :divo_kafka, "0.1.6", "dffaa5d419d75e6607b581187347e6fef18b9d06d517a0f7a49772b52f60115f", [:mix], [{:divo, "~> 1.1", [hex: :divo, repo: "hexpm", optional: false]}], "hexpm"},
"earmark": {:hex, :earmark, "1.3.2", "b840562ea3d67795ffbb5bd88940b1bed0ed9fa32834915125ea7d02e35888a5", [:mix], [], "hexpm"},
"elsa": {:hex, :elsa, "0.8.0", "c905f3952afe014998e54ef8575f1f080bd8416840c790af81c44a3d0e315cec", [:mix], [{:brod, "~> 3.7", [hex: :brod, repo: "hexpm", optional: false]}], "hexpm"},
"elsa": {:hex, :elsa, "0.8.1", "452441f76c6b6384a0905f98f0ce02db387d8766b62c190511c66c69f51bb36c", [:mix], [{:brod, "~> 3.7", [hex: :brod, repo: "hexpm", optional: false]}], "hexpm"},
"ex_doc": {:hex, :ex_doc, "0.20.2", "1bd0dfb0304bade58beb77f20f21ee3558cc3c753743ae0ddbb0fd7ba2912331", [:mix], [{:earmark, "~> 1.3", [hex: :earmark, repo: "hexpm", optional: false]}, {:makeup_elixir, "~> 0.10", [hex: :makeup_elixir, repo: "hexpm", optional: false]}], "hexpm"},
"gen_stage": {:hex, :gen_stage, "0.14.2", "6a2a578a510c5bfca8a45e6b27552f613b41cf584b58210f017088d3d17d0b14", [:mix], [], "hexpm"},
"jason": {:hex, :jason, "1.1.2", "b03dedea67a99223a2eaf9f1264ce37154564de899fd3d8b9a21b1a6fd64afe7", [:mix], [{:decimal, "~> 1.0", [hex: :decimal, repo: "hexpm", optional: true]}], "hexpm"},
Expand Down

0 comments on commit 5f3ff65

Please sign in to comment.