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}