Skip to content

Commit ae48c20

Browse files
committed
chore: bump snabbkaffe 1.0.10
1 parent 511c621 commit ae48c20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rebar.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

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

77
{profiles, [
88
{test, [

tools/asan/bin/sanitizer-check

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ if [ $# -eq 1 ]; then
5656
;;
5757
esac
5858
else
59-
escript "$REBAR3" $@
59+
escript "$REBAR3" $@
6060
fi

0 commit comments

Comments
 (0)