Skip to content

Commit 8fc4153

Browse files
committed
No need to require dummy recent p1_utils... 1.0.26 is good enough
1 parent 7397696 commit 8fc4153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
{port_specs, [{"priv/lib/fxml.so", ["c_src/fxml.c"]},
3838
{"priv/lib/fxml_stream.so", ["c_src/fxml_stream.c"]}]}.
3939

40-
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.27"}}}]}.
40+
{deps, [{p1_utils, "~> 1.0.26", {git, "https://github.com/processone/p1_utils", {tag, "1.0.26"}}}]}.
4141

4242
{clean_files, ["c_src/fxml.gcda", "c_src/fxml.gcno", "c_src/fxml_stream.gcda", "c_src/fxml_stream.gcno"]}.
4343

0 commit comments

Comments
 (0)