Navigation Menu

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

Commit

Permalink
Remove lein-tools-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oakes committed Feb 16, 2019
1 parent 3f06d04 commit 41fea70
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
4 changes: 1 addition & 3 deletions deps.edn
Expand Up @@ -21,6 +21,4 @@
orchestra {:mvn/version "2018.12.06-2"}
expound {:mvn/version "0.7.2"}}
:extra-paths ["target"]}
:prod {:extra-deps {leiningen {:mvn/version "2.9.0"}
lein-tools-deps {:mvn/version "0.4.3"
:exclusions [com.google.inject/guice$no_aop]}}}}}
:prod {:extra-deps {leiningen {:mvn/version "2.9.0"}}}}}
2 changes: 0 additions & 2 deletions prod.clj
Expand Up @@ -49,7 +49,6 @@
[_]
(task ["build"])
(-> (read-project-clj)
(dissoc :middleware)
(merge (read-deps-edn []))
p/init-project
install)
Expand All @@ -59,7 +58,6 @@
[_]
(task ["build"])
(-> (read-project-clj)
(dissoc :middleware)
(merge (read-deps-edn []))
p/init-project
(deploy "clojars"))
Expand Down
3 changes: 0 additions & 3 deletions project.clj
Expand Up @@ -3,9 +3,6 @@
:url "https://github.com/oakes/Nightlight"
:license {:name "Public Domain"
:url "http://unlicense.org/UNLICENSE"}
:plugins [[lein-tools-deps "0.4.3"]]
:middleware [lein-tools-deps.plugin/resolve-dependencies-with-deps-edn]
:lein-tools-deps/config {:config-files [:install :user :project]}
:repositories [["clojars" {:url "https://clojars.org/repo"
:sign-releases false}]]
:profiles {:dev {:main nightlight.core}})

0 comments on commit 41fea70

Please sign in to comment.