Skip to content

Commit

Permalink
Merge pull request #261 from belltoy/fix/maybe-else-optional
Browse files Browse the repository at this point in the history
Upgrade katana_code to support optional else clause for maybe expr
  • Loading branch information
elbrujohalcon authored Nov 18, 2022
2 parents 0216160 + 72d9ffd commit a97fce4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

%% == Dependencies ==

{deps, [{zipper, "1.0.1"}, {katana_code, "2.0.0"}]}.
{deps, [{zipper, "1.0.1"}, {katana_code, "~> 2.0.1"}]}.

%% == Dialyzer ==

Expand Down
6 changes: 3 additions & 3 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{"1.2.0",
[{<<"katana_code">>,{pkg,<<"katana_code">>,<<"2.0.0">>},0},
[{<<"katana_code">>,{pkg,<<"katana_code">>,<<"2.0.1">>},0},
{<<"zipper">>,{pkg,<<"zipper">>,<<"1.0.1">>},0}]}.
[
{pkg_hash,[
{<<"katana_code">>, <<"4AE51EEA2BD3EE61515C3EB8A1604051F4EAB98EDC6C28BD5DFA9143773FC073">>},
{<<"katana_code">>, <<"E29D82DBCF410FD29665B3FD2C9D9C445F1E8FAC4B01488294ECAA84CCB8400C">>},
{<<"zipper">>, <<"3CCB4F14B97C06B2749B93D8B6C204A1ECB6FAFC6050CACC3B93B9870C05952A">>}]},
{pkg_hash_ext,[
{<<"katana_code">>, <<"D2F3BB2F942A14DAA42BF5FFD26B8720E10466743B21681881116CD11D00BAE4">>},
{<<"katana_code">>, <<"D02F757C8DDE643614D508474A97FC24D9015FE375477E34DE26450BF21CAC16">>},
{<<"zipper">>, <<"6A1FD3E1F0CC1D1DF5642C9A0CE2178036411B0A5C9642851D1DA276BD737C2D">>}]}
].

0 comments on commit a97fce4

Please sign in to comment.