Bump core.async to 1.7.701 (#1778)
This commit is contained in:
parent
c89ac0bd7f
commit
1874da1d2d
3 changed files with 3 additions and 3 deletions
2
deps.edn
2
deps.edn
|
|
@ -25,7 +25,7 @@
|
|||
babashka/babashka.curl {:local/root "babashka.curl"}
|
||||
babashka/fs {:local/root "fs"}
|
||||
babashka/babashka.core {:local/root "babashka.core"}
|
||||
org.clojure/core.async {:mvn/version "1.6.673"},
|
||||
org.clojure/core.async {:mvn/version "1.7.701"},
|
||||
org.clojure/tools.cli {:mvn/version "1.0.214"},
|
||||
org.clojure/data.csv {:mvn/version "1.0.0"},
|
||||
cheshire/cheshire {:mvn/version "5.13.0"}
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
[borkdude/sci.impl.reflector "0.0.3"]
|
||||
[org.babashka/sci.impl.types "0.0.2"]
|
||||
[org.babashka/babashka.impl.java "0.1.10"]
|
||||
[org.clojure/core.async "1.6.673"]
|
||||
[org.clojure/core.async "1.7.701"]
|
||||
[org.clojure/test.check "1.1.1"]
|
||||
[com.github.clj-easy/graal-build-time "0.1.0"]
|
||||
[rewrite-clj/rewrite-clj "1.1.48"]
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
babashka/babashka.curl {:local/root "babashka.curl"}
|
||||
babashka/fs {:local/root "fs"}
|
||||
babashka/babashka.core {:local/root "babashka.core"}
|
||||
org.clojure/core.async {:mvn/version "1.6.673"},
|
||||
org.clojure/core.async {:mvn/version "1.7.701"},
|
||||
org.clojure/tools.cli {:mvn/version "1.0.214"},
|
||||
org.clojure/data.csv {:mvn/version "1.0.0"},
|
||||
cheshire/cheshire {:mvn/version "5.13.0"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue