From 4326481b534f35d4bdb1a6ef75f9b1f747bc2131 Mon Sep 17 00:00:00 2001 From: Jan Sulmont <1694614+jsulmont@users.noreply.github.com> Date: Wed, 14 Dec 2022 05:59:01 +0000 Subject: [PATCH] update dependencies --- project.clj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/project.clj b/project.clj index 4c78b8d..33e57a0 100644 --- a/project.clj +++ b/project.clj @@ -1,15 +1,15 @@ -(defproject duct/core "0.8.0" +(defproject duct/core "0.8.1" :description "The core library for the Duct framework" :url "https://github.com/duct-framework/core" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} - :dependencies [[org.clojure/clojure "1.10.1"] - [integrant "0.7.0"] + :dependencies [[org.clojure/clojure "1.11.1"] + [integrant "0.8.0"] [medley "1.4.0"]] :plugins [[lein-codox "0.10.3"]] - :profiles {:provided {:dependencies [[fipp "0.6.21"] + :profiles {:provided {:dependencies [[fipp "0.6.26"] [hawk "0.2.11"] - [integrant/repl "0.3.1"]]}} + [integrant/repl "0.3.2"]]}} :codox {:output-path "codox" :project {:name "Duct core"} :html {:namespace-list :flat}