Skip to content

Commit

Permalink
Tag for release
Browse files Browse the repository at this point in the history
Note dialyzer does not pass - but accepted as plugin
  • Loading branch information
martinsumner committed Aug 18, 2020
1 parent 310603d commit aff5020
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{erl_opts, [debug_info]}.
{erl_opts, [
debug_info,
warnings_as_errors]}.

{deps, [
{cuttlefish, {git,"git://github.com/basho/cuttlefish.git", {branch, "develop-3.0"}}}
{cuttlefish, {git,"git://github.com/basho/cuttlefish.git", {tag, "2.1.0"}}}
]}.

{xref_checks, [
deprecated_functions
]}.
4 changes: 2 additions & 2 deletions src/rebar3_cuttlefish.app.src
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{application,rebar3_cuttlefish,
[{description,"A rebar plugin"},
{vsn,"0.16.0"},
{vsn,git},
{registered,[]},
{applications,[kernel,stdlib,cuttlefish]},
{env,[]},
{modules,[]},
{maintainers,[]},
{licenses,["Apache"]},
{links,[{"Github",
"https://github.com/tsloughter/rebar3_cuttlefish"}]}]}.
"https://github.com/basho/rebar3_cuttlefish"}]}]}.

0 comments on commit aff5020

Please sign in to comment.