From 6ace64e8b2fd61c0152eef4538d749b438b77f96 Mon Sep 17 00:00:00 2001 From: Tienson Qin Date: Wed, 3 Feb 2021 18:28:10 +0800 Subject: [PATCH] fix: Title and journal file mapping error Closed #1222 Fixed by @rainmote, https://github.com/logseq/cljs-time/pull/1 --- deps.edn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deps.edn b/deps.edn index 0d54d7f5a67..6d3d1cbe762 100755 --- a/deps.edn +++ b/deps.edn @@ -21,7 +21,9 @@ cljs-bean/cljs-bean {:mvn/version "1.5.0"} prismatic/dommy {:mvn/version "1.1.0"} org.clojure/core.match {:mvn/version "1.0.0"} - com.andrewmcveigh/cljs-time {:mvn/version "0.5.2"} + ;; fork + com.andrewmcveigh/cljs-time {:git/url "https://github.com/logseq/cljs-time", + :sha "61140e157012e71b4a7c79b041a208459a5f03b0"} cljs-drag-n-drop/cljs-drag-n-drop {:mvn/version "0.1.0"} borkdude/sci {:mvn/version "0.1.1-alpha.6"}