Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
priyatam committed Mar 5, 2018
1 parent d7327b6 commit a5da5ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ For lightweight scipts under 'src' add the classpath, like this:
All tasks assume your current cljs/cljc source files are under `src`.

```clojure
user=> (use 'replify.core)
user=> (build 'foobar.core)
user=> (build-on-node 'foobar.core)
... node main.js
Expand Down
12 changes: 6 additions & 6 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject facjure/replify "0.4.1-SNAPSHOT"
(defproject facjure/replify "0.4.1"
:description "A minimalist Clojurescript repl and minimalist build tool"
:url "https://github.com/facjure/replify"
:scm {:name "git" :url "https://github.com/facjure/replify"}
Expand All @@ -7,16 +7,16 @@
:source-paths ["src" "target/classes"]
:clean-targets ["target" "dist"]
:target-path "target"
:dependencies [[org.clojure/clojure "1.9.0-beta2"]
[org.clojure/clojurescript "1.9.946"]
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/clojurescript "1.10.126"]
[org.clojure/core.async "0.3.443"]
[org.clojure/tools.cli "0.3.5"]
[me.raynes/fs "1.4.6"]
[alembic "0.3.2"]
[garden "1.3.3"]
[leiningen "2.8.0-RC1"]
[garden "1.3.4"]
[leiningen "2.8.1"]
[lein-garden "0.2.8"]]
:npm {:dependencies [[source-map-support "0.5.0"]]}
:npm {:dependencies [[source-map-support "0.5.3"]]}
:plugins [[lein-doo "0.1.8"]
[lein-npm "0.6.2"]]
:uberjar-name "replify.jar")

0 comments on commit a5da5ab

Please sign in to comment.