From bc3924aedffdec961411c7f2c8326e2fa8be6ad0 Mon Sep 17 00:00:00 2001 From: anatoly Date: Thu, 30 Jul 2020 16:30:29 -0400 Subject: [PATCH] add yang dep for examples --- build.boot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.boot b/build.boot index a55b23f..f416c68 100644 --- a/build.boot +++ b/build.boot @@ -2,7 +2,7 @@ (set-env! :source-paths #{"src"} - :dependencies '[;; mount brings _no dependencies_, everything here is for + :dependencies '[;; mount brings _NO DEPENDENCIES_, everything here is for ;; mount dev, examples apps and tests [org.clojure/clojure "1.8.0" :scope "provided"] @@ -13,6 +13,7 @@ [cheshire "5.5.0" :scope "provided"] [hiccups "0.3.0" :scope "provided" :exclusions [org.clojure/clojurescript]] [com.andrewmcveigh/cljs-time "0.3.14" :scope "provided"] + [tolitius/yang "0.1.9" :scope "provided"] [ch.qos.logback/logback-classic "1.1.3" :scope "provided"] [org.clojure/tools.logging "0.3.1" :scope "provided"] [robert/hooke "1.3.0" :scope "provided"]