Browse Source

Add crypto to base plt by default

pull/13/head
James Fish 10 years ago
parent
commit
c948769512
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/rebar_prv_dialyzer.erl

+ 1
- 0
src/rebar_prv_dialyzer.erl View File

@ -132,6 +132,7 @@ get_plt_files(State, Apps) ->
default_plt_apps() ->
[erts,
crypto,
kernel,
stdlib].

Loading…
Cancel
Save