Skip to content

Commit 5a7cc59

Browse files
authored
Update Clerk MVN version to the latest in the book (#493)
The version of Clerk mentioned in the book right now is updated. The problem this caused (for me) was with the `:nextjournal.clerk/visibility` clause, which was a set in the previous version and is a map now. The documentation suggests using a map, but the execution fails since it expects a set. Fixes: #492
1 parent 069f4ae commit 5a7cc59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
;; To use Clerk in your project, add the following dependency to your `deps.edn`:
5959

6060
;; ```edn
61-
;; {:deps {io.github.nextjournal/clerk {:mvn/version "0.9.513"}}}
61+
;; {:deps {io.github.nextjournal/clerk {:mvn/version "0.13.842"}}}
6262
;; ```
6363

6464
;; Require and start Clerk as part of your system start, e.g. in `user.clj`:

0 commit comments

Comments
 (0)