Skip to content

Commit a8567ac

Browse files
zerthMiriam Pena
authored andcommitted
version updates (#12)
1 parent 9fc6c0e commit a8567ac

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

priv/download.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
set -eu
77

88
DYNAMO_PKG="dynamodb-streams-kinesis-adapter"
9-
DYNAMO_VERSION="1.2.1"
9+
DYNAMO_VERSION="1.4.0"
1010

1111
msg () {
1212
echo "$@" >&2

rebar.config

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
]}.
99

1010

11-
{plugins, [rebar3_gpb_plugin,
12-
{pc, {git, "https://github.com/blt/port_compiler.git", {tag, "v1.1.0"}}}
13-
]}.
11+
{plugins, [
12+
{ rebar3_gpb_plugin, "2.3.2" }
13+
]}.
1414

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

@@ -35,6 +35,7 @@
3535
[
3636
{plugins, [pc]},
3737
{artifacts, ["priv/b64fast.so"]},
38+
{so_name, "b64fast.so"},
3839
{provider_hooks, [
3940
{post,
4041
[{compile, {pc, compile}},

0 commit comments

Comments
 (0)