Skip to content

Commit

Permalink
[AUTO] [ RTI-15051 ] Update Dependencies (#351)
Browse files Browse the repository at this point in the history
* Update dependencies

* [update-deps] Bump minimum_otp_vsn to OTP24

* [update-deps] Switch from edoc to ex_doc in test alias

* Revert "[update-deps] Switch from edoc to ex_doc in test alias"

This reverts commit 7552c76.

---------

Co-authored-by: Pablo Costas Sánchez <pablo.costas@nextroll.com>
  • Loading branch information
adroll-rtb-ci and Pablo Costas Sánchez committed Aug 7, 2023
1 parent 49d7763 commit b3759d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
otp: ['23.3', '24.3', '25.2.1']
otp: ['24.3', '25.2.1']
rebar: ['3.20.0']

steps:
Expand Down
6 changes: 3 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{erl_opts, [warn_unused_import, warn_export_vars, verbose, report, debug_info]}.

{minimum_otp_vsn, "23"}.
{minimum_otp_vsn, "24"}.

{deps, [{katana_code, "~> 2.0.2"}]}.
{deps, [{katana_code, "~> 2.1.0"}]}.

{ex_doc,
[{source_url, <<"https://github.com/AdRoll/rebar3_format">>},
Expand All @@ -16,7 +16,7 @@
{rebar3_hank, "~> 1.4.0"},
{rebar3_lint, "~> 3.0.1"},
{rebar3_sheldon, "~> 0.4.2"},
{rebar3_ex_doc, "~> 0.2.18"}]}.
{rebar3_ex_doc, "~> 0.2.19"}]}.

{dialyzer, [{warnings, [no_return, unmatched_returns, error_handling, underspecs]}]}.

Expand Down
6 changes: 3 additions & 3 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{"1.2.0",
[{<<"katana_code">>,{pkg,<<"katana_code">>,<<"2.0.2">>},0}]}.
[{<<"katana_code">>,{pkg,<<"katana_code">>,<<"2.1.0">>},0}]}.
[
{pkg_hash,[
{<<"katana_code">>, <<"FAC8F2ABFB2ED54304EE44EEEEC30275BD026550533D094265A51927D7D9470D">>}]},
{<<"katana_code">>, <<"0C42BDCD7E59995876AED9F678CF62E3D12EF42E0FBB2190556E64BFEBDD15C6">>}]},
{pkg_hash_ext,[
{<<"katana_code">>, <<"3E57FED635E0B16A5FBDACCDC872EC53DEB21ED9FC6E7EB9B6415FF199B7B138">>}]}
{<<"katana_code">>, <<"AE3BBACA187511588F69695A9FF22251CB2CC672FDCCC180289779BDD25175EF">>}]}
].

0 comments on commit b3759d6

Please sign in to comment.