Skip to content

Commit 7945e7d

Browse files
alias: project/create latest project templates release
https://github.com/practicalli/project-templates/releases/tag/2023-06-12
1 parent 425cafe commit 7945e7d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

deps.edn

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,9 @@
292292
{:replace-deps {io.github.seancorfield/deps-new
293293
{:git/tag "v0.5.2" :git/sha "253f32a"}
294294
io.github.practicalli/project-templates
295-
{:git/tag "2023-06-11" :git/sha "22047b8"}}
295+
{:git/tag "2023-06-12" :git/sha "d3e95d7"}}
296296
:exec-fn org.corfield.new/create
297-
:exec-args {:template practicalli/application
297+
:exec-args {:template practicalli/minimal
298298
:name practicalli/playground}}
299299

300300
:project/create-local
@@ -303,12 +303,12 @@
303303
practicalli/project-templates
304304
{:local/root "/home/practicalli/projects/practicalli/project-templates/"}}
305305
:exec-fn org.corfield.new/create
306-
:exec-args {:template practicalli/service
307-
:name practicalli/gameboard.service}}
306+
:exec-args {:template practicalli/minimal
307+
:name practicalli/playground}}
308308

309309
:project/templates
310310
{:extra-deps {io.github.practicalli/project-templates
311-
{:git/tag "2023-06-11" :git/sha "22047b8"}}}
311+
{:git/tag "2023-06-12" :git/sha "d3e95d7"}}}
312312

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

0 commit comments

Comments
 (0)