Skip to content

Commit

Permalink
Use Cloak 1.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielberkompas committed Dec 31, 2018
1 parent b56467e commit ea826f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ defmodule Cloak.Ecto.MixProject do

defp deps do
[
{:cloak, github: "danielberkompas/cloak"},
{:cloak, "1.0.0-alpha.0"},
{:ecto, "~> 3.0.0"},
{:flow, "~> 0.14"},
{:pbkdf2, "~> 2.0", optional: true},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%{
"bunt": {:hex, :bunt, "0.2.0", "951c6e801e8b1d2cbe58ebbd3e616a869061ddadcc4863d0a2182541acae9a38", [:mix], [], "hexpm"},
"certifi": {:hex, :certifi, "2.4.2", "75424ff0f3baaccfd34b1214184b6ef616d89e420b258bb0a5ea7d7bc628f7f0", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm"},
"cloak": {:git, "https://github.com/danielberkompas/cloak.git", "669a3ce9093f3d650810627deea871a592fa05fb", []},
"cloak": {:hex, :cloak, "1.0.0-alpha.0", "5972cd4e4adc4246618f8bb3589f1db68be4426baf163357572444162f841e15", [:mix], [{:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:pbkdf2, "~> 2.0", [hex: :pbkdf2, repo: "hexpm", optional: true]}], "hexpm"},
"connection": {:hex, :connection, "1.0.4", "a1cae72211f0eef17705aaededacac3eb30e6625b04a6117c1b2db6ace7d5976", [:mix], [], "hexpm"},
"db_connection": {:hex, :db_connection, "2.0.3", "b4e8aa43c100e16f122ccd6798cd51c48c79fd391c39d411f42b3cd765daccb0", [:mix], [{:connection, "~> 1.0.2", [hex: :connection, repo: "hexpm", optional: false]}], "hexpm"},
"decimal": {:hex, :decimal, "1.6.0", "bfd84d90ff966e1f5d4370bdd3943432d8f65f07d3bab48001aebd7030590dcc", [:mix], [], "hexpm"},
Expand Down

0 comments on commit ea826f2

Please sign in to comment.