Skip to content

Commit

Permalink
Update brook_serializer to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Balser authored and bbalser committed Jan 13, 2020
1 parent 399a11d commit e14481a
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 Brook.MixProject do
def project do
[
app: :brook,
version: "0.4.9",
version: "0.4.10",
elixir: "~> 1.8",
description: description(),
package: package(),
Expand All @@ -26,7 +26,7 @@ defmodule Brook.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:brook_serializer, "~> 2.0"},
{:brook_serializer, "~> 2.1"},
{:redix, "~> 0.10.2"},
{:elsa, "~> 0.11.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
@@ -1,7 +1,7 @@
%{
"assertions": {:hex, :assertions, "0.14.1", "352391bbcecbfce7d4594df1267ee4ca7a8b79981859a4befdf62dd798769c42", [:mix], [], "hexpm"},
"brod": {:hex, :brod, "3.9.1", "6a3c115b7c02978339a0dc87fa5496901af6a06756b3a1c416eb2ec0c3ce5b05", [:make, :rebar, :rebar3], [{:kafka_protocol, "2.3.1", [hex: :kafka_protocol, repo: "hexpm", optional: false]}, {:supervisor3, "1.1.8", [hex: :supervisor3, repo: "hexpm", optional: false]}], "hexpm"},
"brook_serializer": {:hex, :brook_serializer, "2.0.0", "e12e742d6a533b3820615edb9dd33791f68b7233123d8e7a9db77edb29706aa1", [:mix], [{:jason, "~> 1.1", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm"},
"brook_serializer": {:hex, :brook_serializer, "2.1.0", "acb8a18125458dbef7d6bf701bce012da7ae17abda5e5e48eeabba9f62e88a31", [:mix], [{:jason, "~> 1.1", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm"},
"crc32cer": {:hex, :crc32cer, "0.1.3", "8984906c4b4fae6aa292c48f286a1c83b19ad44bd102287acb94d696015967ce", [:make, :rebar, :rebar3], [], "hexpm"},
"dialyxir": {:hex, :dialyxir, "1.0.0-rc.7", "6287f8f2cb45df8584317a4be1075b8c9b8a69de8eeb82b4d9e6c761cf2664cd", [:mix], [{:erlex, ">= 0.2.5", [hex: :erlex, repo: "hexpm", optional: false]}], "hexpm"},
"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"},
Expand Down

0 comments on commit e14481a

Please sign in to comment.