Skip to content

Commit 64e34bd

Browse files
committed
Internal deps update
1 parent 404e3b6 commit 64e34bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
;; document block testing
3737
:test-doc-blocks {:replace-deps {org.clojure/clojure {:mvn/version "1.10.3"}
38-
lread/test-doc-blocks {:mvn/version "1.0.114-alpha"}}
38+
com.github.lread/test-doc-blocks {:mvn/version "1.0.137-alpha"}}
3939
:replace-paths []
4040
:ns-default lread.test-doc-blocks
4141
:exec-args {:docs ["doc/01-user-guide.adoc"

script/test_libs.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,14 +407,14 @@
407407
:prep-fn refactor-nrepl-prep
408408
:test-cmds ["lein with-profile +1.10,+plugin.mranderson/config test"]}
409409
{:name "test-doc-blocks"
410-
:version "1.0.129-alpha"
410+
:version "1.0.137-alpha"
411411
:platforms [:clj :cljs]
412412
:note "generates tests under clj, but can also be run under cljs"
413413
:github-release {:repo "lread/test-doc-blocks"
414414
:version-prefix "v"}
415415
:patch-fn deps-edn-v1-patch
416416
:show-deps-fn cli-deps-tree
417-
:test-cmds ["bb ./script/ci_tests.clj"]}
417+
:test-cmds ["bb ci-test"]}
418418
{:name "umschreiben-clj"
419419
:version "0.1.0"
420420
:platforms [:clj]

0 commit comments

Comments
 (0)