Skip to content

Commit

Permalink
Internal deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
lread committed Aug 23, 2021
1 parent 404e3b6 commit 64e34bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

;; document block testing
:test-doc-blocks {:replace-deps {org.clojure/clojure {:mvn/version "1.10.3"}
lread/test-doc-blocks {:mvn/version "1.0.114-alpha"}}
com.github.lread/test-doc-blocks {:mvn/version "1.0.137-alpha"}}
:replace-paths []
:ns-default lread.test-doc-blocks
:exec-args {:docs ["doc/01-user-guide.adoc"
Expand Down
4 changes: 2 additions & 2 deletions script/test_libs.clj
Original file line number Diff line number Diff line change
Expand Up @@ -407,14 +407,14 @@
:prep-fn refactor-nrepl-prep
:test-cmds ["lein with-profile +1.10,+plugin.mranderson/config test"]}
{:name "test-doc-blocks"
:version "1.0.129-alpha"
:version "1.0.137-alpha"
:platforms [:clj :cljs]
:note "generates tests under clj, but can also be run under cljs"
:github-release {:repo "lread/test-doc-blocks"
:version-prefix "v"}
:patch-fn deps-edn-v1-patch
:show-deps-fn cli-deps-tree
:test-cmds ["bb ./script/ci_tests.clj"]}
:test-cmds ["bb ci-test"]}
{:name "umschreiben-clj"
:version "0.1.0"
:platforms [:clj]
Expand Down

0 comments on commit 64e34bd

Please sign in to comment.