Browse Source

fix: tests

Tienson Qin 3 weeks ago
parent
commit
24c9298356
1 changed files with 2 additions and 1 deletions
  1. 2 1
      deps/publish/deps.edn

+ 2 - 1
deps/publish/deps.edn

@@ -6,7 +6,8 @@
 
   datascript/datascript                 {:git/url "https://github.com/logseq/datascript" ;; fork
                                          :sha     "ff5a7d5326e2546f40146e4a489343f557519bc3"}
-  datascript-transit/datascript-transit {:mvn/version "0.3.0"}
+  datascript-transit/datascript-transit {:mvn/version "0.3.0"
+                                         :exclusions [datascript/datascript]}
   funcool/promesa                       {:mvn/version "11.0.678"}
   thheller/shadow-cljs                  {:mvn/version "3.3.4"}
   logseq/common                         {:local/root "../common"}