diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-clckwrks-plugin-media [![Hackage](https://img.shields.io/hackage/v/clckwrks-plugin-media.svg)](https://hackage.haskell.org/package/clckwrks-plugin-media) [![Build Status](https://api.travis-ci.org/clckwrks/clckwrks-plugin-media.svg?branch=master)](https://travis-ci.org/clckwrks/clckwrks-plugin-media)
+clckwrks-plugin-media [![Hackage](https://img.shields.io/hackage/v/clckwrks-plugin-media.svg)](https://hackage.haskell.org/package/clckwrks-plugin-media)
 =========
 
 A clckwrks plugin which provides support for upload media files. Currently just images.
diff --git a/clckwrks-plugin-media.cabal b/clckwrks-plugin-media.cabal
--- a/clckwrks-plugin-media.cabal
+++ b/clckwrks-plugin-media.cabal
@@ -1,5 +1,5 @@
 Name:                clckwrks-plugin-media
-Version:             0.6.17
+Version:             0.6.17.2
 Synopsis:            media plugin for clckwrks
 Description:         support for images and image gallerys.
 Homepage:            http://clckwrks.com/
@@ -10,8 +10,8 @@
 Copyright:           2012 Jeremy Shaw, SeeReason Partners LLC
 Category:            Clckwrks
 Build-type:          Simple
-Cabal-version:       >=1.10
-Tested-With:         GHC == 8.0.1, GHC == 8.6.3, GHC == 8.8.3, GHC == 8.10.1
+cabal-version:       1.18
+tested-with:         GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.2
 extra-source-files:  README.md
 Data-Files:
     data/style.css
@@ -43,25 +43,25 @@
   Build-depends:
     base                    < 5,
     acid-state             >= 0.12 && < 0.17,
-    attoparsec             >= 0.10 && < 0.14,
+    attoparsec             >= 0.10 && < 0.15,
     blaze-html             >= 0.5 && < 0.10,
     cereal                 >= 0.4 && < 0.6,
-    clckwrks               >= 0.21 && < 0.27,
+    clckwrks               >= 0.21 && < 0.29,
     containers             >= 0.4 && < 0.7,
     directory              >= 1.1 && < 1.4,
     filepath               >= 1.2 && < 1.5,
     gd                     == 3000.*,
-    happstack-server       >= 7.0 && < 7.7,
+    happstack-server       >= 7.0 && < 7.8,
     hsp                    >= 0.9 && < 0.11,
     hsx2hs                 >= 0.13 && < 0.15,
     ixset                  >= 1.0 && < 1.2,
     magic                  >= 1.0 && < 1.2,
-    mtl                    >= 2.0 && < 2.3,
+    mtl                    >= 2.0 && < 2.4,
     reform                 >= 0.2 && < 0.4,
     reform-happstack       == 0.2.*,
     reform-hsp             >= 0.2 && < 0.3,
     safecopy               >= 0.6,
-    text                   >= 0.11 && < 1.3,
+    text                   >= 0.11 && < 2.1,
     web-plugins            >= 0.4 && < 0.5,
     web-routes             == 0.27.*,
     web-routes-th          >= 0.21
