Skip to content

Commit

Permalink
Merge pull request #15 from lpgauth/upkeep/cleanup
Browse files Browse the repository at this point in the history
Upgrade uuid
  • Loading branch information
lpgauth authored Sep 23, 2024
2 parents 9f3ff47 + aca5509 commit 602819f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
erlang: [22, 23, 24, 25, 26]
erlang: [24, 25, 26]

container:
image: erlang:${{ matrix.erlang }}
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{deps, [
{uuid, ".*",
{git, "https://github.com/okeuday/uuid.git", {tag, "v2.0.6"}}}
{git, "https://github.com/okeuday/uuid.git", {tag, "v2.0.7"}}}
]}.

{edoc_opts, [
Expand Down
7 changes: 0 additions & 7 deletions rebar.config.script

This file was deleted.

4 changes: 2 additions & 2 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[{<<"quickrand">>,
{git,"https://github.com/okeuday/quickrand.git",
{ref,"98c097d9c367c5f5567c5b6ba74255f2b627d94f"}},
{ref,"65332de501998764f437c3ffe05d744f582d7622"}},
1},
{<<"uuid">>,
{git,"https://github.com/okeuday/uuid.git",
{ref,"00eebcdaa6f595727685046c5cd1d9ff846c5eb9"}},
{ref,"7c2d1320c8e61e0fe25a66ecf4761e4b5b5803d6"}},
0}].
2 changes: 2 additions & 0 deletions src/swirl_mapper.erl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
%% TODO: add module vsn check to auto-refresh old modules from the code server

-module(swirl_mapper).
-include("swirl.hrl").

Expand Down
2 changes: 2 additions & 0 deletions src/swirl_reducer.erl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
%% TODO: add module vsn check to auto-refresh old modules from the code server

-module(swirl_reducer).
-include("swirl.hrl").

Expand Down

0 comments on commit 602819f

Please sign in to comment.