diff --git a/rebar.config b/rebar.config index fb88e18..66bde13 100644 --- a/rebar.config +++ b/rebar.config @@ -3,9 +3,7 @@ {deps, [ %% Nova + datastar are pre-release; pin immutable SHAs (the streaming %% return-handler pattern depends on this Nova revision - see nova#387). - {nova, - {git, "https://github.com/novaframework/nova.git", - {ref, "9ee7e21ef5f82c9c8b71b0ff6bf0ace08d8b72a3"}}}, + {nova, {git, "https://github.com/novaframework/nova.git", {tag, "v0.15.1"}}}, {datastar, {git, "https://github.com/Taure/datastar.git", {ref, "fcc11f399294b305620a7c99ed633b898ce3889b"}}} diff --git a/rebar.lock b/rebar.lock index 69132d7..91122ab 100644 --- a/rebar.lock +++ b/rebar.lock @@ -9,7 +9,7 @@ {<<"jhn_stdlib">>,{pkg,<<"jhn_stdlib">>,<<"5.11.2">>},1}, {<<"nova">>, {git,"https://github.com/novaframework/nova.git", - {ref,"9ee7e21ef5f82c9c8b71b0ff6bf0ace08d8b72a3"}}, + {ref,"7f024aef8208b6affd855bdc51ea044323b640d2"}}, 0}, {<<"ranch">>,{pkg,<<"ranch">>,<<"2.2.0">>},2}, {<<"routing_tree">>,{pkg,<<"routing_tree">>,<<"1.0.11">>},1},