Skip to content

Commit

Permalink
Merge pull request #272 from qzhuyan/dev/william/otp27
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuyan authored May 6, 2024
2 parents a9593aa + ae48c20 commit 2501779
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{pre_hooks, [{"(linux|darwin|solaris)", compile, "make build-nif"}]}.

{deps, [{snabbkaffe, "1.0.9"}]}.
{deps, [{snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "1.0.10"}}}]}.

{profiles, [
{test, [
Expand Down
2 changes: 1 addition & 1 deletion tools/asan/bin/sanitizer-check
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ if [ $# -eq 1 ]; then
;;
esac
else
escript "$REBAR3" $@
escript "$REBAR3" $@
fi

0 comments on commit 2501779

Please sign in to comment.