diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,9 @@
 # Version History
 
+## 0.2.4.0 (March 20, 2018)
+
+  - Update dependency versions
+
 ## 0.2.3.0 (March 19, 2017)
 
   - Update dependency versions
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2013-2017 Peter J. Jones <pjones@devalot.com>
+Copyright (c) 2013-2018 Peter J. Jones <pjones@devalot.com>
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/vimeta.cabal b/vimeta.cabal
--- a/vimeta.cabal
+++ b/vimeta.cabal
@@ -1,6 +1,6 @@
 --------------------------------------------------------------------------------
 name:          vimeta
-version:       0.2.3.0
+version:       0.2.4.0
 synopsis:      Frontend for video metadata tagging tools
 homepage:      http://github.com/pjones/vimeta
 bug-reports:   http://github.com/pjones/vimeta/issues
@@ -8,12 +8,12 @@
 license-file:  LICENSE
 author:        Peter Jones <pjones@devalot.com>
 maintainer:    Peter Jones <pjones@devalot.com>
-copyright:     Copyright (c) 2013-2017 Peter Jones
+copyright:     Copyright (c) 2013-2018 Peter Jones
 category:      Video
 stability:     experimental
-tested-with:   GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
+tested-with:   GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2
 build-type:    Simple
-cabal-version: >=1.10
+cabal-version: 1.18
 description:
   Vimeta is a tool to fetch video metadata from the interwebs and
   update video files using a tagging tool.
@@ -69,26 +69,26 @@
   if flag(maintainer)
     ghc-options: -Werror
 
-  build-depends: aeson                >= 0.8    && < 1.2
-               , base                 >= 4.6    && < 5.0
-               , byline               >= 0.1    && < 0.3
+  build-depends: base                 >= 4.6    && < 5.0
+               , aeson                >= 0.8    && < 1.4
+               , byline               >= 0.1    && < 1.0
                , bytestring           >= 0.10   && < 0.11
                , containers           >= 0.5    && < 0.6
                , directory            >= 1.2    && < 1.4
-               , either               >= 4.3    && < 4.5
+               , either               >= 4.3    && < 6
                , filepath             >= 1.3    && < 1.5
                , http-client          >= 0.4.30 && < 0.6
                , http-client-tls      >= 0.2.2  && < 0.4
-               , http-types           >= 0.8    && < 0.10
+               , http-types           >= 0.8    && < 0.13
                , mtl                  >= 2.1    && < 2.3
                , old-locale           >= 1.0    && < 1.1
-               , optparse-applicative >= 0.11   && < 0.14
+               , optparse-applicative >= 0.11   && < 0.15
                , parsec               >= 3.1    && < 3.2
                , process              >= 1.1    && < 1.7
                , temporary            >= 1.1    && < 1.3
                , text                 >= 0.11   && < 1.3
                , themoviedb           >= 1.1    && < 1.2
-               , time                 >= 1.2    && < 1.9
+               , time                 >= 1.2    && < 1.10
                , time-locale-compat   >= 0.1    && < 0.2
                , transformers         >= 0.3    && < 0.6
                , xdg-basedir          >= 0.2    && < 0.3
