Skip to content

Commit

Permalink
version updates (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
zerth authored and Miriam Pena committed Aug 17, 2018
1 parent 9fc6c0e commit a8567ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion priv/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
set -eu

DYNAMO_PKG="dynamodb-streams-kinesis-adapter"
DYNAMO_VERSION="1.2.1"
DYNAMO_VERSION="1.4.0"

msg () {
echo "$@" >&2
Expand Down
7 changes: 4 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
]}.


{plugins, [rebar3_gpb_plugin,
{pc, {git, "https://github.com/blt/port_compiler.git", {tag, "v1.1.0"}}}
]}.
{plugins, [
{ rebar3_gpb_plugin, "2.3.2" }
]}.

{erl_opts, [{i, "./_build/default/plugins/gpb/include"}]}.

Expand All @@ -35,6 +35,7 @@
[
{plugins, [pc]},
{artifacts, ["priv/b64fast.so"]},
{so_name, "b64fast.so"},
{provider_hooks, [
{post,
[{compile, {pc, compile}},
Expand Down

0 comments on commit a8567ac

Please sign in to comment.