We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb801e commit a368095Copy full SHA for a368095
1 file changed
deps.edn
@@ -293,7 +293,7 @@
293
{:replace-deps {io.github.seancorfield/deps-new
294
{:git/tag "v0.5.2" :git/sha "253f32a"}
295
io.github.practicalli/project-templates
296
- {:git/tag "2023-07-17-1" :git/sha "fb47ebe"}}
+ {:git/tag "2023-07-17-2" :git/sha "803fd54"}}
297
:exec-fn org.corfield.new/create
298
:exec-args {:template practicalli/minimal
299
:name practicalli/playground}}
@@ -309,7 +309,7 @@
309
310
:project/templates
311
{:extra-deps {io.github.practicalli/project-templates
312
- {:git/tag "2023-07-17-1" :git/sha "fb47ebe"}}}
+ {:git/tag "2023-07-17-2" :git/sha "803fd54"}}}
313
314
;; Convert Leiningen projects to Clojure CLI with depify
315
;; Use `lein pprint` when `project.clj` includes quoted variables or paths to resolve
0 commit comments