From 31c3455a1516e4b9afbb5f539e4a4e1938ce025e Mon Sep 17 00:00:00 2001 From: liquidz Date: Sun, 12 Jun 2022 06:30:10 +0900 Subject: [PATCH] deps: Bump rewrite-clj to 1.1.45 --- CHANGELOG.adoc | 3 +++ deps.edn | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index cb5634b2..4b77ea01 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This change == Unreleased (dev) // {{{ +=== Changed +* Bumped rewrite-clj to 1.1.45. + === Fixed * https://github.com/liquidz/antq/pull/165[#165]: Fixed to avoid adding extra whitespaces when upgrading pom.xml. // }}} diff --git a/deps.edn b/deps.edn index cbf5ebe2..b34b9b51 100644 --- a/deps.edn +++ b/deps.edn @@ -9,7 +9,7 @@ org.clojure/data.json {:mvn/version "2.4.0"} clj-commons/clj-yaml {:mvn/version "0.7.108"} version-clj/version-clj {:mvn/version "2.0.2"} - rewrite-clj/rewrite-clj {:mvn/version "1.0.767-alpha"} + rewrite-clj/rewrite-clj {:mvn/version "1.1.45"} com.github.liquidz/rewrite-indented {:mvn/version "0.1.29"}} :tools/usage