diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-10-13  Facundo Domínguez <facundo.dominguezy@tweag.io>  0.2.3.3
+
+* Update dependency bounds.
+
 2016-02-16  Facundo Domínguez <facundo.dominguezy@tweag.io>  0.2.3.2
 
 * Update dependency bounds.
diff --git a/distributed-process-simplelocalnet.cabal b/distributed-process-simplelocalnet.cabal
--- a/distributed-process-simplelocalnet.cabal
+++ b/distributed-process-simplelocalnet.cabal
@@ -1,5 +1,5 @@
 Name:          distributed-process-simplelocalnet
-Version:       0.2.3.2
+Version:       0.2.3.3
 Cabal-Version: >=1.8
 Build-Type:    Simple
 License:       BSD3
@@ -31,11 +31,11 @@
   Build-Depends:     base >= 4.4 && < 5,
                      bytestring >= 0.9 && < 0.11,
                      network >= 2.3 && < 2.7,
-                     network-multicast >= 0.0 && < 0.2,
+                     network-multicast >= 0.1.1 && < 0.2,
                      data-accessor >= 0.2 && < 0.3,
-                     binary >= 0.6.3 && < 0.8,
+                     binary >= 0.6.3 && < 0.9,
                      containers >= 0.4 && < 0.6,
-                     transformers >= 0.2 && < 0.5,
+                     transformers >= 0.2 && < 0.6,
                      network-transport >= 0.4.1.0 && < 0.5,
                      network-transport-tcp >= 0.4 && < 0.6,
                      distributed-process >= 0.5.0 && < 0.7
@@ -55,9 +55,9 @@
                        network >= 2.3 && < 2.7,
                        network-multicast >= 0.0 && < 0.2,
                        data-accessor >= 0.2 && < 0.3,
-                       binary >= 0.5 && < 0.8,
+                       binary >= 0.5 && < 0.9,
                        containers >= 0.4 && < 0.6,
-                       transformers >= 0.2 && < 0.5,
+                       transformers >= 0.2 && < 0.6,
                        network-transport >= 0.4.1.0 && < 0.5,
                        network-transport-tcp >= 0.4 && < 0.6,
                        distributed-process >= 0.5.0 && < 0.7
