Bump core.async to 1.4.627

This commit is contained in:
Michiel Borkent 2021-11-05 20:22:18 +01:00
parent fe2138e71e
commit 8ebb890b26
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
babashka/babashka.curl {:local/root "babashka.curl"}
babashka/fs {:local/root "fs"}
borkdude/graal.locking {:mvn/version "0.0.2"},
org.clojure/core.async {:mvn/version "1.3.618"},
org.clojure/core.async {:mvn/version "1.4.627"},
org.clojure/tools.cli {:mvn/version "1.0.206"},
org.clojure/data.csv {:mvn/version "1.0.0"},
cheshire/cheshire {:mvn/version "5.10.1"}

View file

@ -23,7 +23,7 @@
[cheshire "5.10.1"]
[nrepl/bencode "1.1.0"]
[borkdude/sci.impl.reflector "0.0.1"]
[org.clojure/core.async "1.3.618"]
[org.clojure/core.async "1.4.627"]
[org.clojure/test.check "1.1.0"]
[com.github.clj-easy/graal-build-time "0.1.0"]
[rewrite-clj/rewrite-clj "1.0.699-alpha"]]