Skip to content

Commit ef97f99

Browse files
alias: project templates update to clojure 1.10.3
1 parent 8940352 commit ef97f99

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.org

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66

77
* Unreleased
88

9-
9+
* 2024-07-17
1010
** Updated
11+
- alias: project templates update to clojure 1.10.3
1112
- Update library versions using `make outdated`
1213
| :name | :current | :latest |
1314
+--------------------------------------+------------------------------------------+------------------------------------------|

deps.edn

+2-2
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
{:replace-deps {io.github.seancorfield/deps-new
230230
{:git/tag "v0.7.1" :git/sha "c1e42aa"}
231231
io.github.practicalli/project-templates
232-
{:git/tag "2024-04-20" :git/sha "7b3832b"}}
232+
{:git/tag "2024-07-07" :git/sha "0d842f4"}}
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-04-20" :git/sha "7b3832b"}}}
249+
{:git/tag "2024-07-07" :git/sha "0d842f4"}}}
250250
;; ---------------------------------------------------
251251

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

0 commit comments

Comments
 (0)