Skip to content

Commit

Permalink
Update io.github.seancorfield/deps-new tag
Browse files Browse the repository at this point in the history
Changed the tag for io.github.seancorfield/deps-new to v0.6.0 to reflect the naming convention used on the project.

Signed-off-by: Jason Crum <[email protected]>
  • Loading branch information
jcrum authored and practicalli-johnny committed Jan 5, 2024
1 parent 79b56cf commit dbc2566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
;; clojure -T:project/create :template template/name :name project/name
:project/create
{:replace-deps {io.github.seancorfield/deps-new
{:git/tag "0.6.0" :git/sha "64e79d1"}
{:git/tag "v0.6.0" :git/sha "64e79d1"}
io.github.practicalli/project-templates
{:git/tag "2023-11-03" :git/sha "684d2f6"}}
:exec-fn org.corfield.new/create
Expand All @@ -246,7 +246,7 @@
;; Local testing of Practicalli Project Templates
:project/create-local
{:replace-deps {io.github.seancorfield/deps-new
{:git/tag "0.6.0" :git/sha "64e79d1"}
{:git/tag "v0.6.0" :git/sha "64e79d1"}
practicalli/project-templates
{:local/root "/home/practicalli/projects/practicalli/project-templates/"}}
:exec-fn org.corfield.new/create
Expand Down

0 comments on commit dbc2566

Please sign in to comment.