diff --git a/amazonka-test.cabal b/amazonka-test.cabal
--- a/amazonka-test.cabal
+++ b/amazonka-test.cabal
@@ -1,5 +1,5 @@
 name:                  amazonka-test
-version:               1.3.7
+version:               1.4.0
 synopsis:              Common functionality for Amazonka library test-suites.
 homepage:              https://github.com/brendanhay/amazonka
 bug-reports:           https://github.com/brendanhay/amazonka/issues
@@ -7,7 +7,7 @@
 license-file:          LICENSE
 author:                Brendan Hay
 maintainer:            Brendan Hay <brendan.g.hay@gmail.com>
-copyright:             Copyright (c) 2013-2015 Brendan Hay
+copyright:             Copyright (c) 2013-2016 Brendan Hay
 category:              Network, AWS, Cloud, Distributed Computing
 build-type:            Simple
 extra-source-files:    README.md
@@ -37,7 +37,7 @@
 
     build-depends:
           aeson                >= 0.8
-        , amazonka-core        == 1.3.7.*
+        , amazonka-core        == 1.4.0.*
         , base                 >= 4.7     && < 5
         , bifunctors           >= 4.1
         , bytestring           >= 0.9
diff --git a/src/Test/AWS/Assert.hs b/src/Test/AWS/Assert.hs
--- a/src/Test/AWS/Assert.hs
+++ b/src/Test/AWS/Assert.hs
@@ -1,6 +1,6 @@
 -- |
 -- Module      : Test.AWS.Assert
--- Copyright   : (c) 2013-2015 Brendan Hay
+-- Copyright   : (c) 2013-2016 Brendan Hay
 -- License     : Mozilla Public License, v. 2.0.
 -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>
 -- Stability   : provisional
diff --git a/src/Test/AWS/Diff.hs b/src/Test/AWS/Diff.hs
--- a/src/Test/AWS/Diff.hs
+++ b/src/Test/AWS/Diff.hs
@@ -2,7 +2,7 @@
 
 -- |
 -- Module      : Test.AWS.Diff
--- Copyright   : (c) 2013-2015 Brendan Hay
+-- Copyright   : (c) 2013-2016 Brendan Hay
 -- License     : Mozilla Public License, v. 2.0.
 -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>
 -- Stability   : provisional
diff --git a/src/Test/AWS/Fixture.hs b/src/Test/AWS/Fixture.hs
--- a/src/Test/AWS/Fixture.hs
+++ b/src/Test/AWS/Fixture.hs
@@ -11,7 +11,7 @@
 
 -- |
 -- Module      : Test.AWS.Fixture
--- Copyright   : (c) 2013-2015 Brendan Hay
+-- Copyright   : (c) 2013-2016 Brendan Hay
 -- License     : Mozilla Public License, v. 2.0.
 -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>
 -- Stability   : provisional
diff --git a/src/Test/AWS/Orphans.hs b/src/Test/AWS/Orphans.hs
--- a/src/Test/AWS/Orphans.hs
+++ b/src/Test/AWS/Orphans.hs
@@ -6,7 +6,7 @@
 
 -- |
 -- Module      : Test.AWS.Orphans
--- Copyright   : (c) 2013-2015 Brendan Hay
+-- Copyright   : (c) 2013-2016 Brendan Hay
 -- License     : Mozilla Public License, v. 2.0.
 -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>
 -- Stability   : provisional
diff --git a/src/Test/AWS/Prelude.hs b/src/Test/AWS/Prelude.hs
--- a/src/Test/AWS/Prelude.hs
+++ b/src/Test/AWS/Prelude.hs
@@ -1,6 +1,6 @@
 -- |
 -- Module      : Test.AWS.Prelude
--- Copyright   : (c) 2013-2015 Brendan Hay
+-- Copyright   : (c) 2013-2016 Brendan Hay
 -- License     : Mozilla Public License, v. 2.0.
 -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>
 -- Stability   : provisional
diff --git a/src/Test/AWS/TH.hs b/src/Test/AWS/TH.hs
--- a/src/Test/AWS/TH.hs
+++ b/src/Test/AWS/TH.hs
@@ -4,7 +4,7 @@
 
 -- |
 -- Module      : Test.AWS.TH
--- Copyright   : (c) 2013-2015 Brendan Hay
+-- Copyright   : (c) 2013-2016 Brendan Hay
 -- License     : Mozilla Public License, v. 2.0.
 -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>
 -- Stability   : provisional
