From 397872bf396e49f286a668a99e51e2cb93b7c567 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 2 May 2019 16:16:32 +0100 Subject: [PATCH] lein-release plugin: preparing 0.1.7 release --- project.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project.clj b/project.clj index c070576..0633951 100644 --- a/project.clj +++ b/project.clj @@ -1,10 +1,10 @@ -(defproject lein-adl "0.1.7-SNAPSHOT" +(defproject lein-adl "0.1.7" :description "Integrate Application Description Language into lein workflow" :url "https://github.com/simon-brooke/lein-adl" :license {:name "Eclipse Public License" ;; for compatibility with leiningen :url "http://www.eclipse.org/legal/epl-v10.html"} - :dependencies [[adl-support "0.1.4"] - [adl "1.4.6-SNAPSHOT"]] + :dependencies [[adl-support "0.1.6"] + [adl "1.4.6"]] :plugins [[lein-codox "0.10.3"] [lein-release "1.0.5"]]