Skip to content

Commit

Permalink
[RTI-7835] - Migrate Our Systems to OTP22. (#6)
Browse files Browse the repository at this point in the history
* Updated dependencies

* Updated format

* Reverted some unvoluntary format changes
  • Loading branch information
ElFantasma authored Apr 22, 2020
1 parent 9129594 commit 7c2f4d0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

all: compile

deps:
@rebar3 get-deps

compile:
@rebar3 compile

Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

{cover_opts, [verbose]}.

{deps, [{jiffy, "0.15.2"}]}.
{deps, [{jiffy, "1.0.4"}]}.

{dialyzer, [
{warnings, [no_return, error_handling]},
Expand Down
10 changes: 6 additions & 4 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[{<<"jiffy">>,
{git,"https://github.com/davisp/jiffy.git",
{ref,"06aaf440e091c9fd5f8aea557ac760a33bd37130"}},
0}].
{"1.1.0",
[{<<"jiffy">>,{pkg,<<"jiffy">>,<<"1.0.4">>},0}]}.
[
{pkg_hash,[
{<<"jiffy">>, <<"72ADEFF75C52A2FF07DE738F0813768ABE7CE158026CC1115A170340259C0CAA">>}]}
].

0 comments on commit 7c2f4d0

Please sign in to comment.