Skip to content

Commit

Permalink
Allow older clojure versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed Sep 20, 2021
1 parent be8de06 commit 187ed10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.github.clojure-lsp/lein-clojure-lsp "1.0.4"
(defproject com.github.clojure-lsp/lein-clojure-lsp "1.0.5-fix-clojure"
:description "Lein plugin to run clojure-lsp features via API."
:url "https://clojure-lsp.github.io/clojure-lsp"
:license {:name "MIT"
Expand All @@ -9,4 +9,5 @@
:username :env/clojars_username
:password :env/clojars_password
:sign-releases false}]]
:dependencies [[com.github.clojure-lsp/clojure-lsp "2021.09.13-22.25.35"]])
:dependencies [[com.github.clojure-lsp/clojure-lsp "2021.09.13-22.25.35"
:exclusions [org.clojure/clojure]]])

0 comments on commit 187ed10

Please sign in to comment.