Skip to content

Commit 66ab938

Browse files
version bump clay
1 parent b517d60 commit 66ab938

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

deps.edn

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{:paths ["src"]
22

33
:deps
4-
{org.clojure/clojure {:mvn/version "1.12.0"}
4+
{org.clojure/clojure {:mvn/version "1.12.1"}
55
org.scicloj/noj {:mvn/version "2-beta18"}
66
markdown-clj/markdown-clj {:mvn/version "1.12.4"}
77
org.clojure/core.async {:mvn/version "1.9.808-alpha1"}
@@ -11,8 +11,7 @@
1111
metosin/malli {:mvn/version "0.19.1"}
1212
clj-fuzzy/clj-fuzzy {:mvn/version "0.4.1"}
1313
clj-thamil/clj-thamil {:mvn/version "0.2.0"}
14-
org.scicloj/clay {:git/url "https://github.com/scicloj/clay"
15-
:git/sha "eca1251a004e36b1d152f7caa862545013bf6ebf"}
14+
org.scicloj/clay {:mvn/version "2-beta46"}
1615
org.eclipse.elk/org.eclipse.elk.core {:mvn/version "0.10.0"}
1716
org.eclipse.elk/org.eclipse.elk.graph {:mvn/version "0.10.0"}
1817
org.eclipse.elk/org.eclipse.elk.graph.json {:mvn/version "0.10.0"}

src/civitas/authors.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
(let [affiliations (db/index-by :id (:affiliation @db/db))]
3535
(into ^:kind/hiccup [:div]
3636
(comp (map #(card % affiliations))
37-
(partition-all 4)
37+
(partition-all 3)
3838
(map #(into [:div.card-group] %)))
3939
(->> (:author @db/db)
4040
(sort-by :name))))

0 commit comments

Comments
 (0)