diff --git a/hriemann.cabal b/hriemann.cabal
--- a/hriemann.cabal
+++ b/hriemann.cabal
@@ -1,5 +1,5 @@
 name:                hriemann
-version:             0.2.1.0
+version:             0.2.2.0
 synopsis:            Initial project template from stack
 description:         A Riemann Client for Haskell
 homepage:            https://github.com/shmish111/hriemann
@@ -29,18 +29,18 @@
                        Network.Monitoring.Riemann.Proto.Query
                        Network.Monitoring.Riemann.Proto.State
   build-depends:       base >= 4.7 && < 5
-                     , protocol-buffers == 2.4.*
-                     , protocol-buffers-descriptor == 2.4.*
-                     , bytestring == 0.10.*
-                     , network == 2.6.*
-                     , text == 1.2.*
-                     , containers == 0.5.*
-                     , binary == 0.8.*
-                     , time == 1.6.*
-                     , hostname == 1.0.*
-                     , unagi-chan == 0.4.*
-                     , kazura-queue == 0.1.*
-                     , criterion == 1.1.*
+                     , protocol-buffers
+                     , protocol-buffers-descriptor
+                     , bytestring
+                     , network
+                     , text
+                     , containers
+                     , binary
+                     , time
+                     , hostname
+                     , unagi-chan
+                     , kazura-queue
+                     , criterion
   default-language:    Haskell2010
 
 executable hriemann-exe
