From ced070709984edd75f60f485aed6b4e63313049f Mon Sep 17 00:00:00 2001 From: rcmerci Date: Fri, 26 Sep 2025 01:20:13 +0800 Subject: [PATCH] enhance: update cljc-fsrs deps --- deps.edn | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/deps.edn b/deps.edn index 5d16fd962a..7fa7e674e6 100644 --- a/deps.edn +++ b/deps.edn @@ -44,11 +44,8 @@ missionary/missionary {:mvn/version "b.44"} meander/epsilon {:mvn/version "0.0.650"} - io.github.open-spaced-repetition/cljc-fsrs {:git/sha "0e70e96a73cf63c85dcc2df4d022edf12806b239" - ;; TODO: use https://github.com/open-spaced-repetition/cljc-fsrs - ;; when PR merged - ;; https://github.com/open-spaced-repetition/cljc-fsrs/pull/5 - :git/url "https://github.com/rcmerci/cljc-fsrs"} + io.github.open-spaced-repetition/cljc-fsrs {:git/sha "eeef3520df664e51c3d0ba2031ec2ba071635442" + :git/url "https://github.com/open-spaced-repetition/cljc-fsrs"} tick/tick {:mvn/version "0.7.5"} io.github.rcmerci/cljs-http-missionary {:git/url "https://github.com/RCmerci/cljs-http-missionary" :git/sha "d61ce7e29186de021a2a453a8cee68efb5a88440"}}