Skip to content

Commit b305a29

Browse files
lib: practicalli project templates release 2024-09-09
Practicalli Project Templates using Clojure 1.12.0 by default
1 parent b651226 commit b305a29

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.org

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
* Unreleased
44
** Added
55
- dev: megalinter-upgrade task to upgrade config
6-
- dev: update megalinter config to version 8
7-
- dev: update to clj-kondo 2024.08.29 in quality-checks workflow
86

97
** Updated
8+
- dev: update megalinter config to version 8
9+
- dev: update to clj-kondo 2024.08.29 in quality-checks workflow
10+
- lib: practicalli project templates release 2024-09-09
1011
- Update library versions using `make outdated`
1112

1213
| :name | :current | :latest |

deps.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
{:replace-deps {io.github.seancorfield/deps-new
230230
{:git/tag "v0.8.0" :git/sha "2f96530"}
231231
io.github.practicalli/project-templates
232-
{:git/tag "2024-07-07" :git/sha "0d842f4"}}
232+
{:git/tag "2024-09-09" :git/sha "0d11ca4"}}
233233
:exec-fn org.corfield.new/create
234234
:exec-args {:template practicalli/minimal
235235
:name practicalli/playground}}
@@ -246,7 +246,7 @@
246246

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

252252
;; ---------------------------------------------------

0 commit comments

Comments
 (0)