Skip to content

Commit

Permalink
build: 0.3.1 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
javiergarea authored May 9, 2024
1 parent b3f1ded commit 295281b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
12 changes: 3 additions & 9 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{erl_opts, [warnings_as_errors]}.

{deps, [
{ncalendar, {git, "https://github.com/nomasystems/ncalendar.git", {branch, "main"}}},
{njson, {git, "https://github.com/nomasystems/njson.git", {branch, "main"}}}
{ncalendar, {git, "https://github.com/nomasystems/ncalendar.git", {tag, "0.3.1"}}},
{njson, {git, "https://github.com/nomasystems/njson.git", {tag, "2.0.0"}}}
]}.

{project_plugins, [
erlfmt,
{eqwalizer_rebar3,
{git_subdir, "https://github.com/whatsapp/eqwalizer.git", {branch, "main"},
"eqwalizer_rebar3"}},
{gradualizer, {git, "https://github.com/josefs/Gradualizer.git", {branch, "master"}}},
{gradualizer, {git, "https://github.com/josefs/Gradualizer.git", {tag, "0.3.0"}}},
rebar3_ex_doc
]}.
{erlfmt, [write]}.
Expand All @@ -19,9 +16,6 @@
{test, [
{erl_opts, [nowarn_export_all]},
{deps, [
{eqwalizer_support,
{git_subdir, "https://github.com/whatsapp/eqwalizer.git", {branch, "main"},
"eqwalizer_support"}},
{nct_util, {git, "https://github.com/nomasystems/nct_util.git", {branch, "main"}}},
{triq, {git, "https://github.com/nomasystems/triq.git", {branch, "master"}}}
]}
Expand Down
4 changes: 2 additions & 2 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[{<<"ncalendar">>,
{git,"https://github.com/nomasystems/ncalendar.git",
{ref,"0237766de898145bbd55bb26eef8917535f341ca"}},
{ref,"aa5615f6723585e45e82fa5524cb976cdfe3d7f7"}},
0},
{<<"njson">>,
{git,"https://github.com/nomasystems/njson.git",
{ref,"b230b3e6fb5e35320aeaa203762f3f12277c9970"}},
{ref,"94c586b92a7e24c403089cdbe2994b7e7c87b9cc"}},
0}].
2 changes: 1 addition & 1 deletion src/ndto.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, ndto, [
{description, "Erlang library for DTOs validation"},
{vsn, "0.3.0"},
{vsn, "0.3.1"},
{registered, []},
{applications, [kernel, stdlib, compiler, njson, syntax_tools]},
{env, []}
Expand Down

0 comments on commit 295281b

Please sign in to comment.