Skip to content

Commit 2e02aca

Browse files
alias: update project create with new templates
2023.04.22 practicalli/project-template released https://github.com/practicalli/project-templates/releases/tag/2023.04.22
1 parent 038eae5 commit 2e02aca

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

deps.edn

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
{:replace-deps {io.github.seancorfield/deps-new
329329
{:git/tag "v0.5.1" :git/sha "21cede2"}
330330
io.github.practicalli/project-templates
331-
{:git/tag "2023.04.20" :git/sha "a5f7fc3"}}
331+
{:git/tag "2023.04.22" :git/sha "9d40153"}}
332332
:exec-fn org.corfield.new/create
333333
:exec-args {:template practicalli/application
334334
:name practicalli/playground}}
@@ -340,12 +340,11 @@
340340
{:local/root "/home/practicalli/projects/practicalli/project-templates/"}}
341341
:exec-fn org.corfield.new/create
342342
:exec-args {:template practicalli/service
343-
:name practicalli/gameboard.service
344-
:target-dir gameboard-service}}
343+
:name practicalli/gameboard.service}}
345344

346345
:project/templates
347346
{:extra-deps {io.github.practicalli/project-templates
348-
{:git/tag "2023.04.20" :git/sha "a5f7fc3"}}}
347+
{:git/tag "2023.04.22" :git/sha "9d40153"}}}
349348

350349
;; Convert Leiningen projects to Clojure CLI with depify
351350
;; Use `lein pprint` when `project.clj` includes quoted variables or paths to resolve

0 commit comments

Comments
 (0)