From 5a6168d3e103348d0e184e5965a125e8220e2e86 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Tue, 7 May 2024 14:58:17 -0700 Subject: [PATCH] update test dep Signed-off-by: Sean Corfield --- deps.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.edn b/deps.edn index ba345f2..51c30b9 100644 --- a/deps.edn +++ b/deps.edn @@ -9,7 +9,7 @@ :aliases {:test {:extra-paths ["test"] - :extra-deps {com.github.seancorfield/expectations {:mvn/version "2.1.188"} + :extra-deps {com.github.seancorfield/expectations {:mvn/version "2.1.201"} io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}} :exec-fn cognitect.test-runner.api/test}