Skip to content

Commit

Permalink
Upgrade to current version of test-doc-blocks
Browse files Browse the repository at this point in the history
Test-doc-blocks has been upgraded to use rewrite-clj v1, so gets
rid of a TODO in deps.edn.
  • Loading branch information
lread committed Mar 11, 2021
1 parent 5a4cd4a commit 73ac955
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 1 addition & 4 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 73ac955

Please sign in to comment.