Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Build latest standalone and bump lein-light-nrepl and runner to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Jan 26, 2016
1 parent bbe67e6 commit 0a59eb1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lein-light-nrepl/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject lein-light-nrepl "0.3.0"
(defproject lein-light-nrepl "0.3.2"
:description "nrepl client for Light Table clj and cljs eval."
:url "https://github.com/LightTable/Clojure/tree/master/lein-light-nrepl"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion runner/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject lein-light "0.3.0"
(defproject lein-light "0.3.2"
:description "Provide uberjar to start headless repl with LT middleware"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
Expand Down
2 changes: 1 addition & 1 deletion runner/src/leiningen/light_nrepl.clj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
init)
lein-light-version (if (maintained-clojure-version? clj-version)
;; Maintained lein-light-nrepl
"0.3.0"
"0.3.2"
;; Deprecated/unmaintained lein-light-nrepl
"0.1.3")
profile {:dependencies [['lein-light-nrepl/lein-light-nrepl lein-light-version]
Expand Down
Binary file modified runner/target/lein-light-standalone.jar
Binary file not shown.

0 comments on commit 0a59eb1

Please sign in to comment.