Bump rewrite-clj to 1.1.47

This commit is contained in:
Michiel Borkent 2023-09-15 15:18:09 +02:00
parent ad6cd5989f
commit ad4935077d
3 changed files with 3 additions and 2 deletions

View file

@ -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)

View file

@ -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"}

View file

@ -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"]]