We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38715b3 commit f769a3aCopy full SHA for f769a3a
project.clj
@@ -1,6 +1,4 @@
1
-(def VERSION "0.20.0-SNAPSHOT")
2
-
3
-(defproject cider/cider-nrepl VERSION
+(defproject cider/cider-nrepl "0.20.0-SNAPSHOT"
4
:description "nREPL middlewares for CIDER"
5
:url "https://github.com/clojure-emacs/cider-nrepl"
6
:license {:name "Eclipse Public License"
src/cider_nrepl/plugin.clj
@@ -5,7 +5,7 @@
[clojure.java.io :as io]
[leiningen.core.main :as lein]))
7
8
-;; Keep in sync with VERSION-FORM in project.clj
+;; Keep in sync with the version in project.clj
9
(defn- version
10
[]
11
(let [v (-> (io/resource "cider/cider-nrepl/project.clj")
0 commit comments