diff --git a/slack-api.cabal b/slack-api.cabal
--- a/slack-api.cabal
+++ b/slack-api.cabal
@@ -1,5 +1,5 @@
 Name:                slack-api
-Version:             0.10
+Version:             0.11
 Synopsis:            Bindings to the Slack RTM API.
 Description:         This library provides bindings to the <https://api.slack.com/rtm Slack Real Time Messaging API>.
                      Users should find it easy to program their own Slack bots using the functionality found in `Web.Slack`.
@@ -61,7 +61,7 @@
   build-depends:
       -- corePackages (see [cabal2nix/src/Cabal2Nix/CorePackages.hs])
       base >= 4.4 && < 5
-    , bytestring >= 0.9.1 && < 0.11
+    , bytestring >= 0.9.1
     , containers >= 0.4
       -- Normal Packages
     , aeson >= 0.8
@@ -80,7 +80,7 @@
     , tls >= 1.3
     , transformers >= 0.3
     , websockets > 0.9
-    , wreq >= 0.2
+    , wreq >= 0.4
     , wuss >= 1.0
 
 test-suite tests
diff --git a/src/Web/Slack/Types/Preferences.hs b/src/Web/Slack/Types/Preferences.hs
--- a/src/Web/Slack/Types/Preferences.hs
+++ b/src/Web/Slack/Types/Preferences.hs
@@ -50,7 +50,6 @@
                  , _prefSeenMemberInviteReminder        :: Bool
                  , _prefMuteSounds                      :: Bool
                  , _prefArrowHistory                    :: Bool
-                 , _prefTabUiReturnSelects              :: Bool
                  , _prefObeyInlineImgLimit              :: Bool
                  , _prefNewMsgSnd                       :: Text
                  , _prefRequireAt                       :: Bool
