Skip to content

Commit

Permalink
Update deps and version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
bombaywalla committed Dec 8, 2020
1 parent fdb3fa7 commit 657846a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject cryogen/lein-template "0.6.2"
(defproject cryogen/lein-template "0.6.3"
:description "A Leiningen template for the Cryogen static site generator"
:url "https://github.com/cryogen-project/cryogen"
:license {:name "Eclipse Public License"
Expand All @@ -7,10 +7,10 @@
:url "https://github.com/cryogen-project/cryogen.git"}
:dependencies [[org.clojure/core.unify "0.5.7"]
[org.clojure/core.contracts "0.0.6"]
[leinjacker "0.4.2"
[leinjacker "0.4.3"
:exclusions [org.clojure/clojure
org.clojure/core.contracts
org.clojure/core.unify]]
[org.clojure/tools.namespace "0.2.11"
[org.clojure/tools.namespace "1.1.0"
:exclusions [org.clojure/clojure]]]
:eval-in-leiningen true)

0 comments on commit 657846a

Please sign in to comment.