Skip to content

Commit

Permalink
prepare first release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hauman committed Feb 28, 2018
1 parent 06504b4 commit cbc6536
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions rebel-readline-cljs/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject rebel-readline-cljs "0.1.1-SNAPSHOT"
(defproject com.bhauman/rebel-readline-cljs "0.1.1"
:description "A rebel readline service for ClojureScript"
:url "https://github.com/bhauman/rebel-readline"
:license {:name "Eclipse Public License"
Expand All @@ -8,7 +8,7 @@
:url "https://github.com/bhauman/rebel-readline"
:dir ".."}

:dependencies [[rebel-readline "0.1.1-SNAPSHOT"]
:dependencies [[com.bhauman/rebel-readline "0.1.1"]
[org.clojure/clojurescript "1.9.946"]
[cljs-tooling "0.2.0"]]

Expand Down
9 changes: 4 additions & 5 deletions rebel-readline/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject rebel-readline "0.1.1-SNAPSHOT"
(defproject com.bhauman/rebel-readline "0.1.1"
:description "Terminal readline library for Clojure dialects"
:url "https://github.com/bhauman/rebel-readline"
:license {:name "Eclipse Public License"
Expand All @@ -9,13 +9,12 @@
:url "https://github.com/bhauman/rebel-readline"
:dir ".."}

:dependencies [[org.clojure/clojure "1.9.0"]
:dependencies [[org.clojure/clojure "1.8.0"]
[org.jline/jline-reader "3.5.1"]
[org.jline/jline-terminal "3.5.1"]
#_[org.jline/jline-terminal-jna "3.5.1"]
[org.jline/jline-terminal-jansi "3.5.1"]
[cljfmt "0.5.7"] ;; depends on tools reader
[compliment "0.3.5"]]
[cljfmt "0.5.7"] ;; depends on tools reader
[compliment "0.3.6"]]

:profiles {:dev {:source-paths ["src" "dev"]
:main rebel-dev.main}})

0 comments on commit cbc6536

Please sign in to comment.