Skip to content

Commit e0fc61e

Browse files
alias: project/create using 2023-08-02 project-templates
1 parent eb55870 commit e0fc61e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.org

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- ci: exclude clojurescript from antq version check
66
- ~:project/create~ version 2023-08-01 of practicalli/project-templates
77
- ci: spell lychee & repository trufflehog linters warn only (false positives)
8+
- ~:project/create~ version 2023-08-01 of practicalli/project-templates
89

910
* 2023-07-26
1011
** Added

deps.edn

+2-2
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-08-01" :git/sha "33dc751"}}
296+
{:git/tag "2023-08-02" :git/sha "eaa11fa"}}
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-08-01" :git/sha "33dc751"}}}
312+
{:git/tag "2023-08-02" :git/sha "eaa11fa"}}}
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)