diff --git a/hls-pragmas-plugin.cabal b/hls-pragmas-plugin.cabal
--- a/hls-pragmas-plugin.cabal
+++ b/hls-pragmas-plugin.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               hls-pragmas-plugin
-version:            2.4.0.0
+version:            2.5.0.0
 synopsis:           Pragmas plugin for Haskell Language Server
 description:
   Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -29,8 +29,8 @@
     , extra
     , fuzzy
     , ghc
-    , ghcide                == 2.4.0.0
-    , hls-plugin-api        == 2.4.0.0
+    , ghcide                == 2.5.0.0
+    , hls-plugin-api        == 2.5.0.0
     , lens
     , lsp
     , text
@@ -51,7 +51,7 @@
     , base
     , filepath
     , hls-pragmas-plugin
-    , hls-test-utils      == 2.4.0.0
+    , hls-test-utils      == 2.5.0.0
     , lens
     , lsp-types
     , text
diff --git a/src/Ide/Plugin/Pragmas.hs b/src/Ide/Plugin/Pragmas.hs
--- a/src/Ide/Plugin/Pragmas.hs
+++ b/src/Ide/Plugin/Pragmas.hs
@@ -189,9 +189,7 @@
     -- Language Version Extensions
   , "Haskell98"
   , "Haskell2010"
-#if MIN_VERSION_ghc(9,2,0)
   , "GHC2021"
-#endif
   ]
 
 -- ---------------------------------------------------------------------
