Skip to content

Commit

Permalink
use tools.deps.alpha map
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bruce committed Aug 20, 2019
1 parent 110ca11 commit 8f53281
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 33 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{:paths ["src"]
:deps {org.clojure/tools.deps.alpha {:mvn/version "0.6.496"}
:deps {org.clojure/tools.deps.alpha {:mvn/version "0.7.541"}
me.raynes/fs {:mvn/version "1.4.6"}
co.paralleluniverse/capsule {:mvn/version "1.0.3"}
org.clojure/tools.cli {:mvn/version "0.4.1"}
Expand Down
5 changes: 1 addition & 4 deletions src/mach/pack/alpha/impl/tools_deps.clj
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@

(defn system-edn
[]
(-> "mach/pack/alpha/system_deps.edn"
io/resource
slurp
edn/read-string))
(tools.deps.reader/read-deps (tools.deps.reader/default-deps)))

(defn config-edn
[]
Expand Down
11 changes: 0 additions & 11 deletions src/mach/pack/alpha/impl/util.clj

This file was deleted.

2 changes: 1 addition & 1 deletion src/mach/pack/alpha/one_jar.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[clojure.tools.cli :as cli]
[mach.pack.alpha.impl.tools-deps :as tools-deps]
[mach.pack.alpha.impl.elodin :as elodin]
[mach.pack.alpha.impl.util :refer [system-edn]]
[mach.pack.alpha.impl.tools-deps :refer [system-edn]]
[mach.pack.alpha.impl.lib-map :as lib-map]
[mach.pack.alpha.impl.vfs :as vfs]
[me.raynes.fs :as fs])
Expand Down
16 changes: 0 additions & 16 deletions src/mach/pack/alpha/system_deps.edn

This file was deleted.

0 comments on commit 8f53281

Please sign in to comment.