Skip to content

Commit c873a5e

Browse files
committed
3.0.0-alpha1
1 parent 27dcf35 commit c873a5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
(defproject refactor-nrepl "3.0.0-SNAPSHOT"
1+
(defproject refactor-nrepl "3.0.0-alpha1"
22
:description "nREPL middleware to support editor-agnostic refactoring"
33
:url "http://github.com/clojure-emacs/refactor-nrepl"
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}
66
:dependencies [[nrepl "0.8.3"]
7-
^:inline-dep [http-kit "2.5.1"]
7+
^:inline-dep [http-kit "2.5.3"]
88
^:inline-dep [org.clojure/data.json "2.3.1"]
99
^:inline-dep [org.clojure/tools.analyzer.jvm "1.1.0"]
1010
^:inline-dep [org.clojure/tools.namespace "1.1.0" :exclusions [org.clojure/tools.reader]]

0 commit comments

Comments
 (0)