diff --git a/REQUIRE b/REQUIRE index 0d0148ca..568364b9 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,5 +1,4 @@ julia 0.5 -Compat 0.9.4 JSON 0.8.0 Lint 0.2.5 URIParser 0.1.6 diff --git a/src/LanguageServer.jl b/src/LanguageServer.jl index 9edba960..3b87c1b0 100644 --- a/src/LanguageServer.jl +++ b/src/LanguageServer.jl @@ -1,6 +1,5 @@ module LanguageServer -using Compat using JSON using Lint using URIParser