From 83fe17df9a1041a58f3c7dced672de579ae54098 Mon Sep 17 00:00:00 2001 From: Luis Lavena Date: Fri, 25 Nov 2016 11:36:47 -0300 Subject: [PATCH] Update Radix to latest and lock pessimistically (#262) Radix project follows a Semantic Versioning approach which avoids introducing breaking changes in PATCH releases. With this in consideration, it is safe to use pessimistic operator to indicate the version of Radix to use. Closes #261 --- shard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shard.yml b/shard.yml index 981d28e..be781ab 100644 --- a/shard.yml +++ b/shard.yml @@ -4,7 +4,7 @@ version: 0.17.1 dependencies: radix: github: luislavena/radix - version: 0.3.4 + version: ~> 0.3.5 kilt: github: jeromegn/kilt version: 0.3.3