We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7397696 commit 8fc4153Copy full SHA for 8fc4153
1 file changed
rebar.config
@@ -37,7 +37,7 @@
37
{port_specs, [{"priv/lib/fxml.so", ["c_src/fxml.c"]},
38
{"priv/lib/fxml_stream.so", ["c_src/fxml_stream.c"]}]}.
39
40
-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.27"}}}]}.
+{deps, [{p1_utils, "~> 1.0.26", {git, "https://github.com/processone/p1_utils", {tag, "1.0.26"}}}]}.
41
42
{clean_files, ["c_src/fxml.gcda", "c_src/fxml.gcno", "c_src/fxml_stream.gcda", "c_src/fxml_stream.gcno"]}.
43
0 commit comments