File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- (defproject mobdap " 0.2.0 "
1+ (defproject mobdap " 0.2.1 "
22 :description " Debug adapter implementation for Lua / MobDap"
33 :url " https://github.com/atomicptr/mobdap"
44 :license {:name " GPL-3.0-or-later" :url " https://www.gnu.org/licenses/gpl-3.0.en.html" }
55 :dependencies [[cheshire/cheshire " 6.1.0" ]
6- [org.clojure/tools.cli " 1.1.230 " ]
6+ [org.clojure/tools.cli " 1.2.245 " ]
77 [clj-stacktrace " 0.2.8" ]
88 [com.taoensso/timbre " 6.8.0" ]
9- [org.clojure/clojure " 1.12.2 " ]
9+ [org.clojure/clojure " 1.12.3 " ]
1010 [org.clojure/core.async " 1.8.741" ]
1111 [org.luaj/luaj-jse " 3.0.1" ]]
1212 :plugins [[io.taylorwood/lein-native-image " 0.3.1" ]
Original file line number Diff line number Diff line change 2323 (println )
2424 (println (:summary result)))
2525
26- (def ^:private mobdap-version " 0.1.5 " )
26+ (def ^:private mobdap-version " 0.2.1 " )
2727
2828(defn -main [& args]
2929 (let [res (parse-opts args cli-options)]
You can’t perform that action at this time.
0 commit comments