Skip to content

Commit

Permalink
Release First Version of Role Based Access Control (RBAC) #85
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Sep 20, 2020
1 parent fafc5e0 commit 977c484
Showing 1 changed file with 2 additions and 2 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 Auth.Mixfile do
def project do
[
app: :auth,
version: "1.2.4",
version: "1.3.0",
elixir: "~> 1.10",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
Expand Down Expand Up @@ -70,7 +70,7 @@ defmodule Auth.Mixfile do
{:B58, "~> 1.0", hex: :b58},

# Check test coverage
{:excoveralls, "~> 0.12.3", only: :test},
{:excoveralls, "~> 0.12.3", only: :test},

#  Property based tests: github.com/dwyl/learn-property-based-testing
{:stream_data, "~> 0.4.3", only: :test},
Expand Down

0 comments on commit 977c484

Please sign in to comment.