diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 495f7a57..a066582f 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -16,9 +16,7 @@ For a list of breaking changes see link:#v1-breaking[breaking changes]. === Unreleased -==== Internal changes (developer/maintainer facing only) * Release workflow now creates a GitHub release -* Upgrade to current test-doc-blocks === v1.0.574-alpha diff --git a/deps.edn b/deps.edn index 721ede6e..a8622438 100644 --- a/deps.edn +++ b/deps.edn @@ -26,10 +26,7 @@ :extra-paths ["test"]} ;; document block testing - :test-doc-blocks {:replace-deps {lread/test-doc-blocks {:mvn/version "1.0.85-alpha"} - ;; TODO: once we promote rewrite-clj to v1 in test-doc-blocks this weirdness will not be necessary - rewrite-clj/rewrite-clj {:git/url "https://github.com/clj-commons/rewrite-clj.git" - :sha "f44662cb78e10bcbcb6ae345e89cafd51bfef255"}} + :test-doc-blocks {:replace-deps {lread/test-doc-blocks {:mvn/version "1.0.101-alpha"}} :replace-paths [] :ns-default lread.test-doc-blocks :exec-args {:docs ["doc/01-user-guide.adoc"