diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for net-spider-rpl-cli
 
+## 0.1.1.1  -- 2019-10-04
+
+* Confirm test with `net-spider-rpl-0.3.0.0`, `ip-1.5.1` and `ip-1.6.0`.
+
 ## 0.1.1.0  -- 2019-09-23
 
 * First release.
diff --git a/net-spider-rpl-cli.cabal b/net-spider-rpl-cli.cabal
--- a/net-spider-rpl-cli.cabal
+++ b/net-spider-rpl-cli.cabal
@@ -1,5 +1,5 @@
 name:                   net-spider-rpl-cli
-version:                0.1.1.0
+version:                0.1.1.1
 author:                 Toshio Ito <debug.ito@gmail.com>
 maintainer:             Toshio Ito <debug.ito@gmail.com>
 license:                BSD3
@@ -28,7 +28,7 @@
   -- other-modules:        
   build-depends:        base >=4.11.1.0 && <4.13,
                         net-spider >=0.3.2.0 && <0.4,
-                        net-spider-rpl >=0.2.2.0 && <0.3,
+                        net-spider-rpl >=0.2.2.0 && <0.4,
                         net-spider-cli >=0.1.0.1 && <0.2,
                         text >=1.2.2.2 && <1.3,
                         unordered-containers >=0.2.8 && <0.3,
@@ -64,7 +64,7 @@
   other-modules:        NetSpider.RPL.CLISpec
   build-depends:        base, net-spider-rpl-cli, net-spider, net-spider-rpl, optparse-applicative, 
                         hspec >=2.5.5,
-                        ip >=1.3.0 && <1.5
+                        ip >=1.3.0 && <1.7
 
 source-repository head
   type:                 git
