From 9170b1a0ab30eb5e1118fbbef92e703c9c8295f6 Mon Sep 17 00:00:00 2001 From: Jesse Eisses Date: Wed, 22 Feb 2023 18:12:22 +0100 Subject: [PATCH] Fix typo in deps.edn --- deps.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.edn b/deps.edn index 99d42e0..1714dd2 100644 --- a/deps.edn +++ b/deps.edn @@ -4,7 +4,7 @@ {org.clojure/clojure {:mvn/version "1.11.0"} nostromo/nostromo {:git/url "https://github.com/nosana-ci/nostromo" :sha "641fc912df5ace0da364e7ad2d26341d4b126f3c"} - nostromo/nostromo {:local/root "../nostromo"} + ;; nostromo/nostromo {:local/root "../nostromo"} org.clojure/tools.cli {:mvn/version "1.0.214"}