diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2019 PanAeon
+Copyright (c) 2020 PanAeon
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/dhall-lsp-server.cabal b/dhall-lsp-server.cabal
--- a/dhall-lsp-server.cabal
+++ b/dhall-lsp-server.cabal
@@ -1,5 +1,5 @@
 name:           dhall-lsp-server
-Version:        1.0.5
+Version:        1.0.6
 cabal-version:  1.12
 synopsis:       Language Server Protocol (LSP) server for Dhall
 homepage:       https://github.com/dhall-lang/dhall-haskell/dhall-lsp-server#readme
@@ -50,14 +50,14 @@
     , containers           >= 0.5.11.0 && < 0.7
     , data-default         >= 0.7.1.1  && < 0.8
     , directory            >= 1.2.2.0  && < 1.4
-    , dhall                >= 1.29.0   && < 1.31
+    , dhall                >= 1.29.0   && < 1.32
     , dhall-json           >= 1.4      && < 1.7
     , filepath             >= 1.4.2    && < 1.5
-    , haskell-lsp          >= 0.19.0.0 && < 0.20
+    , haskell-lsp          >= 0.19.0.0 && < 0.21
     , rope-utf16-splay     >= 0.3.1.0  && < 0.4
     , hslogger             >= 1.2.10   && < 1.4
-    , lens                 >= 4.16.1   && < 4.19
-    , lens-family-core     >= 1.2.2    && < 2.1
+    , lens                 >= 4.16.1   && < 4.20
+    , lens-family-core     >= 1.2.2    && < 2.2
     , megaparsec           >= 7.0.2    && < 8.1
     , mtl                  >= 2.2.2    && < 2.3
     , network-uri          >= 2.6.1.0  && < 2.7
@@ -115,7 +115,7 @@
     GHC-Options: -Wall
     Build-Depends:
         base                                   ,
-        haskell-lsp-types >= 0.19.0  && < 0.20 ,
+        haskell-lsp-types >= 0.19.0  && < 0.21 ,
         lsp-test          >= 0.9     && < 0.11  ,
         tasty             >= 0.11.2  && < 1.3  ,
         tasty-hspec       >= 1.1     && < 1.2  ,
