Skip to content

Commit

Permalink
Drop CLJ & CLJS from deps
Browse files Browse the repository at this point in the history
  • Loading branch information
athos committed Mar 15, 2018
1 parent 3a29e3f commit 8fe5623
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{:paths ["src"]
:deps {org.clojure/clojure {:mvn/version "1.9.0"}
org.clojure/clojurescript {:mvn/version "1.9.946"}
:deps {org.clojure/clojurescript {:mvn/version "1.9.946"}

This comment has been minimized.

Copy link
@green-coder

green-coder Mar 16, 2018

Shouldn't it be "dropped" from this file?

This comment has been minimized.

Copy link
@athos

athos Mar 16, 2018

Author Owner

Hi, @green-coder

From my understanding, it's not necessary since ClojureScript's own deps.edn has Clojure as its deps.
Or, are you experiencing some problem?

This comment has been minimized.

Copy link
@green-coder

green-coder Mar 16, 2018

No problem, just curious.

This comment has been minimized.

Copy link
@athos

athos Mar 16, 2018

Author Owner

😉

org.clojure/core.async {:mvn/version "0.4.474"}}
:aliases
{:dev {:extra-deps {com.cemerick/piggieback {:mvn/version "0.2.2"}}}
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
:url "https://github.com/athos/kitchen-async"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/clojurescript "1.9.946"]
:dependencies [[org.clojure/clojure "1.9.0" :scope "provided"]
[org.clojure/clojurescript "1.9.946" :scope "provided"]
[org.clojure/core.async "0.4.474"
:exclusions [org.clojure/tools.reader]]]

Expand Down

0 comments on commit 8fe5623

Please sign in to comment.