diff --git a/ChasingBottoms.cabal b/ChasingBottoms.cabal
--- a/ChasingBottoms.cabal
+++ b/ChasingBottoms.cabal
@@ -1,5 +1,5 @@
 name:               ChasingBottoms
-version:            1.3.1.16
+version:            1.3.1.17
 license:            MIT
 license-file:       LICENCE
 copyright:          Copyright (c) Nils Anders Danielsson 2004-2022, 2024-2025.
@@ -122,13 +122,13 @@
                     GHC == 8.4.4,
                     GHC == 8.6.5,
                     GHC == 8.8.4,
-                    GHC == 8.10.5,
+                    GHC == 8.10.7,
                     GHC == 9.0.2,
                     GHC == 9.2.8,
                     GHC == 9.4.8,
-                    GHC == 9.6.6,
-                    GHC == 9.8.2,
-                    GHC == 9.10.2,
+                    GHC == 9.6.7,
+                    GHC == 9.8.4,
+                    GHC == 9.10.3,
                     GHC == 9.12.2
 cabal-version:      >= 1.10
 build-type:         Simple
@@ -155,7 +155,7 @@
     if impl(ghc >= 7.4.1)
       ghc-options: -fpedantic-bottoms
 
-    build-depends: QuickCheck >= 2.10 && < 2.17,
+    build-depends: QuickCheck >= 2.10 && < 2.18,
                    mtl >= 2 && < 2.4,
                    base >= 4.2 && < 4.22,
                    containers >= 0.5 && < 0.9,
@@ -191,7 +191,7 @@
     if impl(ghc >= 7.4.1)
       ghc-options: -fpedantic-bottoms
 
-    build-depends: QuickCheck >= 2.10 && < 2.17,
+    build-depends: QuickCheck >= 2.10 && < 2.18,
                    mtl >= 2 && < 2.4,
                    base >= 4.2 && < 4.22,
                    containers >= 0.5 && < 0.9,
diff --git a/LICENCE b/LICENCE
--- a/LICENCE
+++ b/LICENCE
@@ -1,7 +1,7 @@
 I have chosen to distribute this library under the MIT/Expat licence:
 ---------------------------------------------------------------------
 
-Copyright (c) 2004-2022, 2024 Nils Anders Danielsson
+Copyright (c) 2004-2022, 2024-2025 Nils Anders Danielsson
 
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
