summaryrefslogtreecommitdiff
path: root/devel/erlang-jobs/files/patch-rebar.config
blob: f264cbdb24d5274e781ffdd97f841dbc1e112015 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- rebar.config.orig	2018-07-14 09:19:17 UTC
+++ rebar.config
@@ -8,7 +8,6 @@
 {clean_files, ["*~","*/*~","*/*.xfm","test/*.beam"]}.
 
 {deps, [
-	{parse_trans, "3.3.0"}
        ]}.
 
 {profiles,
@@ -28,7 +27,6 @@
    [
     {deps,
      [
-      {meck, "0.8.11"}
      ]}
    ]}
  ]}.