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 27dcf35 commit c873a5eCopy full SHA for c873a5e
project.clj
@@ -1,10 +1,10 @@
1
-(defproject refactor-nrepl "3.0.0-SNAPSHOT"
+(defproject refactor-nrepl "3.0.0-alpha1"
2
:description "nREPL middleware to support editor-agnostic refactoring"
3
:url "http://github.com/clojure-emacs/refactor-nrepl"
4
:license {:name "Eclipse Public License"
5
:url "http://www.eclipse.org/legal/epl-v10.html"}
6
:dependencies [[nrepl "0.8.3"]
7
- ^:inline-dep [http-kit "2.5.1"]
+ ^:inline-dep [http-kit "2.5.3"]
8
^:inline-dep [org.clojure/data.json "2.3.1"]
9
^:inline-dep [org.clojure/tools.analyzer.jvm "1.1.0"]
10
^:inline-dep [org.clojure/tools.namespace "1.1.0" :exclusions [org.clojure/tools.reader]]
0 commit comments