Compare commits

...

1 commit

Author SHA1 Message Date
Michiel Borkent
67d38498df wip [skip ci] 2023-12-22 20:39:32 +01:00
4 changed files with 4 additions and 3 deletions

View file

@ -95,7 +95,7 @@
io.replikativ/hasch {:mvn/version "0.3.7"}
com.grammarly/omniconf {:mvn/version "0.4.3"}
crispin/crispin {:mvn/version "0.3.8"}
org.clojure/data.json {:mvn/version "2.4.0"}
org.clojure/data.json {:mvn/version "2.5.0"}
clj-commons/multigrep {:mvn/version "0.5.0"}
amperity/vault-clj {:mvn/version "1.0.4"}
java-http-clj/java-http-clj {:mvn/version "0.4.3"}

2
sci

@ -1 +1 @@
Subproject commit ad79a6c476affd1f8208efbfdba57992a68c8056
Subproject commit e00d147038961a73277e41b93de225e3e2284cb3

View file

@ -507,6 +507,7 @@
java.util.IdentityHashMap
java.util.InputMismatchException
java.util.List
java.util.LinkedList
java.util.Locale
java.util.Map
java.util.MissingResourceException

View file

@ -15,7 +15,7 @@
better-cond/better-cond {:git-sha "4720bd8bcfd1adc1197b8d5f07873bc46008d333", :git-url "https://github.com/Engelberg/better-cond", :test-namespaces (better-cond.core-test)}
org.clojars.askonomm/ruuter {:git-sha "78659212f95cac827efc816dfbdab8181c25fc3d", :git-url "https://github.com/askonomm/ruuter", :test-namespaces (ruuter.core-test)}
;; clojure.data.json-gen-test ommitted from test-namespaces b/c it hangs on stest/check
org.clojure/data.json {:git-sha "9f1c9ccf3fd3e5a39cfb7289d3d456e842ddf442", :git-url "https://github.com/clojure/data.json", :test-namespaces (clojure.data.json-test clojure.data.json-test-suite-test clojure.data.json-compat-0-1-test)}
org.clojure/data.json {:git-sha "77762e43992b3da485bb41d130e3b86208cf35c1", :git-url "https://github.com/clojure/data.json", :test-namespaces (clojure.data.json-test clojure.data.json-test-suite-test clojure.data.json-compat-0-1-test)}
io.replikativ/hasch {:git-sha "04d9c0bd34d86bad79502d8a6963eb2525a22b15", :git-url "https://github.com/replikativ/hasch", :test-namespaces (hasch.test)}
;; BB-TEST-PATCH: Removed markdown.md-file-test b/c tests hardcode path to test
;; files. Removed markdown.benchmark b/c it depends on criterium which isn't bb compatible