From e6772939f6279e2f4cd5a066cc897832417fd4fa Mon Sep 17 00:00:00 2001 From: Practicalli Engineering Date: Tue, 10 Sep 2024 00:00:16 +0100 Subject: [PATCH] readme: latest release alias library specification --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c71e33..a03b0eb 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Templates provide [![Latest Release](https://img.shields.io/github/v/release/practicalli/project-templates?display_name=tag)](https://github.com/practicalli/project-templates/releases) ```clojure -io.github.practicalli/project-templates {:git/tag "2024-07-07" :git/sha "0d842f4"} +io.github.practicalli/project-templates {:git/tag "2024-09-09" :git/sha "0d11ca4"} ``` ### Add alias @@ -36,9 +36,9 @@ The `project/create` alias definition combines [seancorfield/deps-new](https://g ```clojure :project/create {:replace-deps {io.github.seancorfield/deps-new - {:git/tag "v0.7.1" :git/sha "c1e42aa"} + {:git/tag "v0.8.0" :git/sha "2f96530"} io.github.practicalli/project-templates - {:git/tag "2024-07-07" :git/sha "0d842f4"}} + {:git/tag "2024-09-09" :git/sha "0d11ca4"}} :exec-fn org.corfield.new/create :exec-args {:template practicalli/application :name practicalli/playground}}