Skip to content

Commit 73ac955

Browse files
committed
Upgrade to current version of test-doc-blocks
Test-doc-blocks has been upgraded to use rewrite-clj v1, so gets rid of a TODO in deps.edn.
1 parent 5a4cd4a commit 73ac955

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

CHANGELOG.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ For a list of breaking changes see link:#v1-breaking[breaking changes].
1616

1717
=== Unreleased
1818

19-
==== Internal changes (developer/maintainer facing only)
2019
* Release workflow now creates a GitHub release
21-
* Upgrade to current test-doc-blocks
2220

2321
=== v1.0.574-alpha
2422

deps.edn

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@
2626
:extra-paths ["test"]}
2727

2828
;; document block testing
29-
:test-doc-blocks {:replace-deps {lread/test-doc-blocks {:mvn/version "1.0.85-alpha"}
30-
;; TODO: once we promote rewrite-clj to v1 in test-doc-blocks this weirdness will not be necessary
31-
rewrite-clj/rewrite-clj {:git/url "https://github.com/clj-commons/rewrite-clj.git"
32-
:sha "f44662cb78e10bcbcb6ae345e89cafd51bfef255"}}
29+
:test-doc-blocks {:replace-deps {lread/test-doc-blocks {:mvn/version "1.0.101-alpha"}}
3330
:replace-paths []
3431
:ns-default lread.test-doc-blocks
3532
:exec-args {:docs ["doc/01-user-guide.adoc"

0 commit comments

Comments
 (0)