Skip to content

Commit

Permalink
chore: Pull jiffy from hex (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzploss-k authored Nov 15, 2023
1 parent 8e879fb commit 8ca57cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

{src_dirs, ["erlang"]}.

{deps, [{jiffy, {git, "git@github.com:kivra/jiffy.git", {tag, "1.1.1"}}}]}.
{deps, [{jiffy, "~> 1.1"}]}.

{shell, [{apps, [kivra_api_errors]}]}.

Expand Down
12 changes: 8 additions & 4 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[{<<"jiffy">>,
{git,"git@github.com:kivra/jiffy.git",
{ref,"9ea1b35b6e60ba21dfd4adbd18e7916a831fd7d4"}},
0}].
{"1.2.0",
[{<<"jiffy">>,{pkg,<<"jiffy">>,<<"1.1.1">>},0}]}.
[
{pkg_hash,[
{<<"jiffy">>, <<"ACA10F47AA91697BF24AB9582C74E00E8E95474C7EF9F76D4F1A338D0F5DE21B">>}]},
{pkg_hash_ext,[
{<<"jiffy">>, <<"62E1F0581C3C19C33A725C781DFA88410D8BFF1BBAFC3885A2552286B4785C4C">>}]}
].

0 comments on commit 8ca57cb

Please sign in to comment.