diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for net-spider-cli
 
+## 0.2.0.5  -- 2020-12-30
+
+* Confirm test with `optparse-applicative-0.16.0.0`.
+
 ## 0.2.0.4  -- 2020-06-21
 
 * Confirm test with `base-4.13` and `base-4.14`
diff --git a/net-spider-cli.cabal b/net-spider-cli.cabal
--- a/net-spider-cli.cabal
+++ b/net-spider-cli.cabal
@@ -1,5 +1,5 @@
 name:                   net-spider-cli
-version:                0.2.0.4
+version:                0.2.0.5
 author:                 Toshio Ito <debug.ito@gmail.com>
 maintainer:             Toshio Ito <debug.ito@gmail.com>
 license:                BSD3
@@ -25,7 +25,7 @@
   -- other-modules:        
   build-depends:        base >=4.11.1.0 && <4.15,
                         net-spider >=0.3.3.0 && <0.5,
-                        optparse-applicative >=0.14.3.0 && <0.16,
+                        optparse-applicative >=0.14.3.0 && <0.17,
                         aeson >=1.2.4 && <1.6,
                         hashable >=1.2.6.1 && <1.4,
                         greskell-core >=0.1.2.4 && <0.2,
