Przeglądaj źródła

Update cuttlefish to v2.1.1 (#1978)

Shawn 7 lat temu
rodzic
commit
93a079752f
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      Makefile
  2. 1 1
      rebar.config

+ 1 - 1
Makefile

@@ -19,7 +19,7 @@ NO_AUTOPATCH = cuttlefish
 ERLC_OPTS += +debug_info -DAPPLICATION=emqx
 
 BUILD_DEPS = cuttlefish
-dep_cuttlefish = git https://github.com/emqx/cuttlefish v2.1.0
+dep_cuttlefish = git https://github.com/emqx/cuttlefish v2.1.1
 
 #TEST_DEPS = emqx_ct_helplers
 #dep_emqx_ct_helplers = git git@github.com:emqx/emqx-ct-helpers

+ 1 - 1
rebar.config

@@ -9,7 +9,7 @@
      {ekka, "v0.5.1"},
      {clique, "develop"},
      {esockd, "v5.4.2"},
-     {cuttlefish, "v2.1.0"}
+     {cuttlefish, "v2.1.1"}
     ]}.
 
 {edoc_opts, [{preprocess, true}]}.