Bump rewrite-clj to 1.1.47
This commit is contained in:
parent
ad6cd5989f
commit
ad4935077d
3 changed files with 3 additions and 2 deletions
|
|
@ -10,6 +10,7 @@ A preview of the next release can be installed from
|
|||
## Unreleased
|
||||
|
||||
- Bump babashka.http-client to v0.4.15
|
||||
- Bump rewrite-clj to v0.1.1.47
|
||||
- [#1619](https://github.com/babashka/babashka/issues/1619): Fix reflection issue with `Thread/sleep` in `core.async/timeout`
|
||||
|
||||
## 1.3.184 (2023-08-22)
|
||||
|
|
|
|||
2
deps.edn
2
deps.edn
|
|
@ -43,7 +43,7 @@
|
|||
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-RC1"}
|
||||
rewrite-clj/rewrite-clj {:mvn/version "1.1.46"}
|
||||
rewrite-clj/rewrite-clj {:mvn/version "1.1.47"}
|
||||
selmer/selmer {:mvn/version "1.12.59"}
|
||||
com.taoensso/timbre {:mvn/version "6.0.1"}
|
||||
org.clojure/tools.logging {:mvn/version "1.1.0"}
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
[org.clojure/core.async "1.6.673"]
|
||||
[org.clojure/test.check "1.1.1"]
|
||||
[com.github.clj-easy/graal-build-time "0.1.0"]
|
||||
[rewrite-clj/rewrite-clj "1.1.46"]
|
||||
[rewrite-clj/rewrite-clj "1.1.47"]
|
||||
[insn/insn "0.5.2"]
|
||||
[org.babashka/cli "0.7.51"]
|
||||
[org.babashka/http-client "0.4.15"]]
|
||||
|
|
|
|||
Loading…
Reference in a new issue