From cbb9fc6cfc5f96ffc9e852a9d551f017372f63ca Mon Sep 17 00:00:00 2001 From: Antonin Hildebrand Date: Mon, 10 Oct 2016 20:08:40 +0200 Subject: [PATCH] project: remove clj-logging-config from library deps https://github.com/binaryage/dirac/issues/44 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index e616c0f481..57d59b06fd 100644 --- a/project.clj +++ b/project.clj @@ -15,7 +15,6 @@ [org.clojure/tools.nrepl "0.2.12"] [binaryage/oops "0.4.0"] [http-kit "2.2.0"] - [clj-logging-config "1.9.12"] [version-clj "0.1.2"] [environ "1.1.0"] [clansi "1.0.0"] @@ -35,6 +34,7 @@ [com.rpl/specter "0.12.0" :scope "test"] [org.clojure/tools.namespace "0.3.0-alpha3" :scope "test"] [org.clojure/tools.reader "1.0.0-beta1" :scope "test"] + [clj-logging-config "1.9.12" :scope "test"] [http.async.client "1.2.0" :scope "test"] [org.slf4j/slf4j-log4j12 "1.7.21" :scope "test"]