Forráskód Böngészése

fix: use forked wally instead of local dep

Tienson Qin 5 hónapja
szülő
commit
3f41f012f9
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      clj-e2e/deps.edn

+ 3 - 3
clj-e2e/deps.edn

@@ -1,8 +1,8 @@
 {:paths ["src" "resources"]
  :deps {org.clojure/clojure {:mvn/version "1.12.0"}
-        io.github.pfeodrippe/wally {:local/root "../../../wally"}
-        ;; io.github.pfeodrippe/wally {:git/url "https://github.com/logseq/wally"
-        ;;                             :sha "0b8d376a3b806969dbede7ba63b7bf7efa47295b"}
+        ;; io.github.pfeodrippe/wally {:local/root "../../../wally"}
+        io.github.pfeodrippe/wally {:git/url "https://github.com/logseq/wally"
+                                    :sha "d84a2e068ec2e56fc7028fc61e694ccd1ddea03b"}
         ;; io.github.zmedelis/bosquet {:mvn/version "2025.03.28"}
         org.clj-commons/claypoole          {:mvn/version "1.2.2"}
         clj-time/clj-time                  {:mvn/version "0.15.2"}}