Skip to content

Commit a368095

Browse files
alias: service integrant fix for service template
1 parent 3fb801e commit a368095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
{:replace-deps {io.github.seancorfield/deps-new
294294
{:git/tag "v0.5.2" :git/sha "253f32a"}
295295
io.github.practicalli/project-templates
296-
{:git/tag "2023-07-17-1" :git/sha "fb47ebe"}}
296+
{:git/tag "2023-07-17-2" :git/sha "803fd54"}}
297297
:exec-fn org.corfield.new/create
298298
:exec-args {:template practicalli/minimal
299299
:name practicalli/playground}}
@@ -309,7 +309,7 @@
309309

310310
:project/templates
311311
{:extra-deps {io.github.practicalli/project-templates
312-
{:git/tag "2023-07-17-1" :git/sha "fb47ebe"}}}
312+
{:git/tag "2023-07-17-2" :git/sha "803fd54"}}}
313313

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

0 commit comments

Comments
 (0)