Skip to content

Commit

Permalink
update deps to latest (no breaking changes) #65
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Jul 20, 2022
1 parent fb28a63 commit 3b09205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ all your authentication/authorization needs.
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/dwyl/auth_plug/Elixir%20CI?label=build&style=flat-square)
[![codecov.io](https://img.shields.io/codecov/c/github/dwyl/auth_plug/master.svg?style=flat-square)](http://codecov.io/github/dwyl/auth_plug?branch=main)
[![Hex.pm](https://img.shields.io/hexpm/v/auth_plug?color=brightgreen&style=flat-square)](https://hex.pm/packages/auth_plug)
[![Libraries.io dependency status](https://img.shields.io/librariesio/release/hex/auth_plug?logoColor=brightgreen&style=flat-square)](https://github.com/dwyl/auth_plug/blob/master/mix.exs)
[![Libraries.io dependency status](https://img.shields.io/librariesio/release/hex/auth_plug?logoColor=brightgreen&style=flat-square)](https://libraries.io/hex/auth_plug)
[![HitCount](http://hits.dwyl.com/dwyl/auth_plug.svg)](http://hits.dwyl.com/dwyl/auth_plug)
</div>
<br />
Expand Down Expand Up @@ -156,7 +156,7 @@ to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:auth_plug, "~> 1.4.13"}
{:auth_plug, "~> 1.4.14"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ defmodule AuthPlug.MixProject do
{:plug_cowboy, "~> 2.5.2", only: [:dev, :test]},

# See: https://github.com/dwyl/useful
{:useful, "~> 1.0.0"},
{:useful, "~> 1.0.8"},

# For publishing Hex.docs:
{:ex_doc, "~> 0.28.2", only: :dev},
Expand Down

0 comments on commit 3b09205

Please sign in to comment.