diff --git a/hls-explicit-imports-plugin.cabal b/hls-explicit-imports-plugin.cabal
--- a/hls-explicit-imports-plugin.cabal
+++ b/hls-explicit-imports-plugin.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.2
 name:          hls-explicit-imports-plugin
-version:       0.1.0.2
+version:       1.0.0.0
 synopsis:      Explicit imports plugin for Haskell Language Server
 license:       Apache-2.0
 license-file:  LICENSE
@@ -16,14 +16,14 @@
   exposed-modules:  Ide.Plugin.ExplicitImports
   hs-source-dirs:   src
   build-depends:    aeson
-               ,    base        >=4.12 && <5
+               ,    base           >=4.12 && <5
                ,    containers
                ,    deepseq
                ,    lsp-types
                ,    lsp
-               ,    hls-plugin-api
+               ,    hls-plugin-api ^>= 1.0.0.0
                ,    ghc
-               ,    ghcide     >= 0.7.4
+               ,    ghcide         ^>= 1.0.0.0
                ,    shake
                ,    text
                ,    unordered-containers
