From d1cb0af1cabf4191acc277916f673f7b89682e96 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 24 Apr 2022 23:13:46 +0000 Subject: [PATCH] Update dependency binaryage:devtools to v1 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 4e69467..f06794c 100644 --- a/project.clj +++ b/project.clj @@ -38,7 +38,7 @@ :profiles {:dev - {:dependencies [[binaryage/devtools "0.9.10"]] + {:dependencies [[binaryage/devtools "1.0.6"]] :plugins [[lein-figwheel "0.5.16"] [lein-cljfmt "0.6.0"]]} :prod { }