Upgrade httpkit to 2.7.0-RC1
This commit is contained in:
parent
efb947ec03
commit
d677a2b65a
3 changed files with 5 additions and 5 deletions
2
deps.edn
2
deps.edn
|
|
@ -39,7 +39,7 @@
|
|||
org.postgresql/postgresql {:mvn/version "42.2.18"}
|
||||
org.hsqldb/hsqldb {:mvn/version "2.5.1"}
|
||||
datascript/datascript {:mvn/version "1.0.1"}
|
||||
http-kit/http-kit {:mvn/version "2.6.0-RC1"}
|
||||
http-kit/http-kit {:mvn/version "2.7.0-RC1"}
|
||||
babashka/clojure-lanterna {:mvn/version "0.9.8-SNAPSHOT"}
|
||||
org.clojure/core.match {:mvn/version "1.0.0"}
|
||||
hiccup/hiccup {:mvn/version "2.0.0-alpha2"}
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@
|
|||
:feature/datascript {:source-paths ["feature-datascript"]
|
||||
:dependencies [[datascript "1.3.10"]]}
|
||||
:feature/httpkit-client {:source-paths ["feature-httpkit-client"]
|
||||
:dependencies [[http-kit "2.6.0-RC1"]]}
|
||||
:dependencies [[http-kit "2.7.0-RC1"]]}
|
||||
:feature/httpkit-server {:source-paths ["feature-httpkit-server"]
|
||||
:dependencies [[http-kit "2.6.0-RC1"]]}
|
||||
:dependencies [[http-kit "2.7.0-RC1"]]}
|
||||
:feature/lanterna {:source-paths ["feature-lanterna"]
|
||||
:dependencies [[babashka/clojure-lanterna "0.9.8-SNAPSHOT"]]}
|
||||
:feature/core-match {:source-paths ["feature-core-match"]
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
org.postgresql/postgresql {:mvn/version "42.2.18"}
|
||||
org.hsqldb/hsqldb {:mvn/version "2.5.1"}
|
||||
datascript/datascript {:mvn/version "1.0.1"}
|
||||
http-kit/http-kit {:mvn/version "2.6.0-RC1"}
|
||||
http-kit/http-kit {:mvn/version "2.7.0-RC1"}
|
||||
babashka/clojure-lanterna {:mvn/version "0.9.8-SNAPSHOT"}
|
||||
org.clojure/core.match {:mvn/version "1.0.0"}
|
||||
hiccup/hiccup {:mvn/version "2.0.0-alpha2"}
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
insn/insn {:mvn/version "0.5.2"}
|
||||
org.clojure/core.rrb-vector {:mvn/version "0.1.2"}
|
||||
org.babashka/cli {:mvn/version "0.7.51"}
|
||||
org.babashka/http-client {:mvn/version "0.2.9"}
|
||||
org.babashka/http-client {:mvn/version "0.3.11"}
|
||||
;; native image bloat with ordered 1.5.10
|
||||
org.flatland/ordered {:mvn/version "1.5.9"}}
|
||||
:aliases {:babashka/dev
|
||||
|
|
|
|||
Loading…
Reference in a new issue