Skip to content

Commit

Permalink
Merge pull request wardbekker#3 from devblueray/master
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
phanmn authored Sep 20, 2022
2 parents dd5706d + 7234271 commit 08a5839
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ defmodule LokiLogger.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:httpoison, "~> 1.5"},
{:json, "~> 1.3"},
{:httpoison, "~> 1.8.1"},
{:jason, "~> 1.3.0"},
{:ex_doc, ">= 0.0.0", only: :dev},
{:benchee, "~> 1.0", only: :test},
{:protobuf, "~> 0.5.3"},
{:google_protos, "~> 0.1"},
{:snappyer, "~> 1.2"}
{:benchee, "~> 1.1.0", only: :test},
{:protobuf, "~> 0.9.0"},
{:google_protos, "~> 0.2.0"},
{:snappyer, "~> 1.2.8"}
]
end

Expand Down

0 comments on commit 08a5839

Please sign in to comment.