Skip to content

Commit

Permalink
alias: project templates update to clojure 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Jul 17, 2024
1 parent 8940352 commit ef97f99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@

* Unreleased


* 2024-07-17
** Updated
- alias: project templates update to clojure 1.10.3
- Update library versions using `make outdated`
| :name | :current | :latest |
+--------------------------------------+------------------------------------------+------------------------------------------|
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
{:replace-deps {io.github.seancorfield/deps-new
{:git/tag "v0.7.1" :git/sha "c1e42aa"}
io.github.practicalli/project-templates
{:git/tag "2024-04-20" :git/sha "7b3832b"}}
{:git/tag "2024-07-07" :git/sha "0d842f4"}}
:exec-fn org.corfield.new/create
:exec-args {:template practicalli/minimal
:name practicalli/playground}}
Expand All @@ -246,7 +246,7 @@

:project/templates
{:extra-deps {io.github.practicalli/project-templates
{:git/tag "2024-04-20" :git/sha "7b3832b"}}}
{:git/tag "2024-07-07" :git/sha "0d842f4"}}}
;; ---------------------------------------------------

;; ---------------------------------------------------
Expand Down

0 comments on commit ef97f99

Please sign in to comment.