Skip to content

Commit

Permalink
update tools.build
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Jan 3, 2024
1 parent 8ff7b5a commit fa91cec
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 15 deletions.
5 changes: 4 additions & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@
(b/write-pom {:class-dir class-dir
:lib lib
:version version
:src-pom "pom.xml"
:pom-data [[:licenses
[:license
[:name "MIT License"]
[:url "https://opensource.org/license/mit"]]]]
:basis basis
:src-dirs src})
(b/copy-dir {:src-dirs src
Expand Down
3 changes: 1 addition & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
:exec-args {:template kit-clj}}
:deps-new {:extra-deps {io.github.seancorfield/deps-new {:git/tag "v0.5.0" :git/sha "48bf01e"}}
:exec-fn org.corfield.new/create}
:build {:deps {io.github.clojure/tools.build {:git/sha "76b78fe"
:git/tag "v0.9.4" :git/url "https://github.com/clojure/tools.build.git"}
:build {:deps {io.github.clojure/tools.build {:mvn/version "0.9.6"}
slipset/deps-deploy {:mvn/version "0.2.0"}
weavejester/dependency {:mvn/version "0.2.1"}
rewrite-clj/rewrite-clj {:mvn/version "1.1.46"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"kit-sql-hikari" "1.0.4"
"kit-sql" "1.1.4"
"kit-undertow" "1.0.6"
"lein-template" "0.1.51"
"deps-template" "0.1.51"}
"lein-template" "0.1.52"
"deps-template" "0.1.52"}
2 changes: 1 addition & 1 deletion libs/lein-template/deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:paths ["src"]
:deps {selmer/selmer {:mvn/version "1.12.59"}
com.github.seancorfield/clj-new {:mvn/version "1.2.381"}
io.github.kit-clj/deps-template {:mvn/version "0.1.51"}}}
io.github.kit-clj/deps-template {:mvn/version "0.1.52"}}}
9 changes: 0 additions & 9 deletions pom.xml

This file was deleted.

0 comments on commit fa91cec

Please sign in to comment.