diff --git a/hls-ormolu-plugin.cabal b/hls-ormolu-plugin.cabal
--- a/hls-ormolu-plugin.cabal
+++ b/hls-ormolu-plugin.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               hls-ormolu-plugin
-version:            2.3.0.0
+version:            2.4.0.0
 synopsis:           Integration with the Ormolu code formatter
 description:
   Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -23,6 +23,7 @@
     location: https://github.com/haskell/haskell-language-server.git
 
 library
+  -- Plugins that need exactprint have not been updated for 9.8 yet
   if impl(ghc >= 9.7)
     buildable: False
   exposed-modules:  Ide.Plugin.Ormolu
@@ -33,8 +34,8 @@
     , filepath
     , ghc
     , ghc-boot-th
-    , ghcide          == 2.3.0.0
-    , hls-plugin-api  == 2.3.0.0
+    , ghcide          == 2.4.0.0
+    , hls-plugin-api  == 2.4.0.0
     , lens
     , lsp
     , mtl
@@ -62,7 +63,7 @@
     , filepath
     , hls-ormolu-plugin
     , hls-plugin-api
-    , hls-test-utils     == 2.3.0.0
+    , hls-test-utils     == 2.4.0.0
     , lsp-types
     , text
     , ormolu
