Skip to content

Commit

Permalink
lib: practicalli project templates release 2024-09-09
Browse files Browse the repository at this point in the history
Practicalli Project Templates using Clojure 1.12.0 by default
  • Loading branch information
practicalli-johnny committed Sep 9, 2024
1 parent b651226 commit b305a29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
* Unreleased
** Added
- dev: megalinter-upgrade task to upgrade config
- dev: update megalinter config to version 8
- dev: update to clj-kondo 2024.08.29 in quality-checks workflow

** Updated
- dev: update megalinter config to version 8
- dev: update to clj-kondo 2024.08.29 in quality-checks workflow
- lib: practicalli project templates release 2024-09-09
- 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.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/minimal
:name practicalli/playground}}
Expand All @@ -246,7 +246,7 @@

:project/templates
{:extra-deps {io.github.practicalli/project-templates
{:git/tag "2024-07-07" :git/sha "0d842f4"}}}
{:git/tag "2024-09-09" :git/sha "0d11ca4"}}}
;; ---------------------------------------------------

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

0 comments on commit b305a29

Please sign in to comment.