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

Commit

Permalink
Update Clojure plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Pratik Karki <[email protected]>
  • Loading branch information
prertik committed Mar 1, 2019
1 parent 6f335ff commit e98a948
Show file tree
Hide file tree
Showing 9 changed files with 559 additions and 508 deletions.
510 changes: 259 additions & 251 deletions clojure_compiled.js

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions clojure_compiled.js.map

Large diffs are not rendered by default.

475 changes: 259 additions & 216 deletions codemirror/clojure.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions lein-light-nrepl/project.clj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
(defproject lein-light-nrepl "0.3.3"
(defproject lein-light-nrepl "0.3.4"
: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"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.7.0"]
[org.clojure/tools.nrepl "0.2.10"]
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/tools.nrepl "0.2.13"]
[commons-io/commons-io "2.4"]
[org.clojure/tools.reader "0.9.2"]
[org.clojure/tools.reader "1.3.2"]
[clj-stacktrace "0.2.8"]
[org.clojure/clojurescript "0.0-3308"
[org.clojure/clojurescript "1.9.229"
:exclusions [org.apache.ant/ant]]
[clojure-complete "0.2.4"]]
:jvm-opts ["-Xmx1g"])
2 changes: 1 addition & 1 deletion plugin.edn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{:name "Clojure"
:version "0.3.3"
:version "0.3.4"
:author "Kodowa"
:source "https://github.com/LightTable/Clojure"
:desc "Clojure(Script) integration for Light Table"
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(defproject com.lighttable/clojure "0.3.3"
(defproject com.lighttable/clojure "0.3.4"
:description "Clojure plugin for Light Table"
:dependencies [[org.clojure/clojure "1.5.1"]])
:dependencies [[org.clojure/clojure "1.8.0"]])
6 changes: 3 additions & 3 deletions runner/project.clj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(defproject lein-light "0.3.3"
(defproject lein-light "0.3.4"
:description "Provide uberjar to start headless repl with LT middleware"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.7.0"]
[leiningen "2.5.2" :exclusions [stencil]]
:dependencies [[org.clojure/clojure "1.8.0"]
[leiningen "2.9.0" :exclusions [stencil]]
[fs "1.3.3"]]
:uberjar-name "lein-light-standalone.jar"
:profiles {:uberjar {:aot :all}}
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.3"
"0.3.4"
;; 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 e98a948

Please sign in to comment.