Skip to content

Commit

Permalink
Use hex for proper
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Apr 30, 2024
1 parent 8597d54 commit b1a8c9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -11,3 +11,5 @@ doc/README.md
*.gcov
*.gcda
*.gcno
TEST*
_build
2 changes: 1 addition & 1 deletion rebar.config
Expand Up @@ -2,6 +2,6 @@
%% ex: ft=erlang ts=4 sw=4 et

{deps, [
{proper, ".*", {git, "git://github.com/manopapad/proper.git", "HEAD"}}
{proper, "1.4.0"}
]}.
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.

0 comments on commit b1a8c9f

Please sign in to comment.