Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit fb1bbe9

Browse files
committed
chore(deps): update sentry deps
1 parent 833ccb5 commit fb1bbe9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/production/api_server.tar.gz

-82 Bytes
Binary file not shown.

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ defmodule GroupherServer.Mixfile do
7373
{:corsica, "~> 1.1.2"},
7474
{:tesla, "~> 1.4"},
7575
# optional, but recommended adapter
76-
{:hackney, "~> 1.17.4"},
76+
{:hackney, "~> 1.8"},
7777
# only used for tesla's JSON-encoder
7878
{:poison, "~> 3.1"},
7979
# for fake data in test env
@@ -94,7 +94,7 @@ defmodule GroupherServer.Mixfile do
9494
{:credo, "~> 1.5.5", only: [:dev, :test], runtime: false},
9595
{:dialyxir, "~> 1.1.0", only: [:dev, :mock], runtime: false},
9696
{:excoveralls, "~> 0.8", only: :test},
97-
{:sentry, "~> 8.0.6"},
97+
{:sentry, "~> 8.0"},
9898
{:recase, "~> 0.7.0"},
9999
{:nanoid, "~> 2.0.5"},
100100
# mailer

0 commit comments

Comments
 (0)