Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/erlang-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run:
name: Run checks
needs: setup
uses: valitydev/erlang-workflows/.github/workflows/erlang-parallel-build.yml@v1.0.15
uses: valitydev/erlang-workflows/.github/workflows/erlang-parallel-build.yml@v1
with:
otp-version: ${{ needs.setup.outputs.otp-version }}
rebar-version: ${{ needs.setup.outputs.rebar-version }}
Expand Down
4 changes: 1 addition & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,10 @@
{git, "https://github.com/valitydev/logger_logstash_formatter.git", {ref, "08a66a6"}}},
% for introspection on production
{recon, "2.5.2"},
{observer_cli, "1.5.4"},
{iosetopts, {git, "https://github.com/valitydev/iosetopts.git", {ref, "edb445c"}}}
{observer_cli, "1.5.4"}
]},
{relx, [
{release, {dominant, "0.1"}, [
iosetopts,
% tools for introspection
{recon, load},
% remote introspection
Expand Down
2 changes: 1 addition & 1 deletion rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{<<"ctx">>,{pkg,<<"ctx">>,<<"0.6.0">>},2},
{<<"damsel">>,
{git,"https://github.com/valitydev/damsel.git",
{ref,"81d1edce2043500e4581867da3f5f4c31e682f44"}},
{ref,"ab44b9db25a76a2c50545fd884e4cdf3d3e3b628"}},
0},
{<<"dmt_core">>,
{git,"https://github.com/valitydev/dmt-core.git",
Expand Down
Loading