Skip to content

Commit

Permalink
Pin version of test dependency snabbkaffe
Browse files Browse the repository at this point in the history
This avoids breakage due to test framework development.
  • Loading branch information
bjosv committed Apr 15, 2020
1 parent b65ef30 commit 5436ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config.script
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ IsRebar3 = erlang:function_exported(rebar3, main, 1),
DocoptUrl = "https://github.com/zmstone/docopt-erl.git",
DocOptTag = "0.1.3",
DocoptDep = {docopt, {git, DocoptUrl, {branch, DocOptTag}}},
Snabbkaffe = {snabbkaffe, {git, "https://github.com/klarna/snabbkaffe.git", {branch, "master"}}}, % TODO: use release tag
Snabbkaffe = {snabbkaffe, {git, "https://github.com/klarna/snabbkaffe.git", {tag, "0.3.3"}}},
Profiles =
{profiles, [
{brod_cli, [
Expand Down

0 comments on commit 5436ce6

Please sign in to comment.