Browse Source

Update cowlib to 0.6.0

Loïc Hoguin 11 years ago
parent
commit
53ffd7b93e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -11,7 +11,7 @@ PLT_APPS = crypto public_key ssl
 # Dependencies.
 # Dependencies.
 
 
 DEPS = cowlib ranch
 DEPS = cowlib ranch
-dep_cowlib = pkg://cowlib 0.5.1
+dep_cowlib = pkg://cowlib 0.6.0
 dep_ranch = pkg://ranch 0.9.0
 dep_ranch = pkg://ranch 0.9.0
 
 
 TEST_DEPS = ct_helper gun
 TEST_DEPS = ct_helper gun