Skip to content

Commit

Permalink
Moves main deps out of provided profile
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkDvlp committed Sep 16, 2022
1 parent b8205bc commit e11e5da
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@
^{:protect false}
[:target-path]

:profiles
{:provided
{:dependencies
[[org.clojure/clojure "1.10.0"]
[org.clojure/clojurescript "1.10.773"]
[org.clojure/core.async "1.2.603"]]}
:dependencies
[[org.clojure/clojure "1.10.0"]
[org.clojure/clojurescript "1.10.773"]
[org.clojure/core.async "1.3.610"]]

:dev
:profiles
{:dev
{:dependencies
[[com.bhauman/figwheel-main "0.2.7"]]

Expand Down

0 comments on commit e11e5da

Please # to comment.