Skip to content

Commit

Permalink
bumped up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Oct 17, 2020
1 parent 4dfdb08 commit cbd6dfe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject cryogen/lein-template "0.6.1"
(defproject cryogen/lein-template "0.6.2"
:description "A Leiningen template for the Cryogen static site generator"
:url "https://github.com/cryogen-project/cryogen"
:license {:name "Eclipse Public License"
Expand Down
10 changes: 5 additions & 5 deletions src/leiningen/new/cryogen/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
:url "https://github.com/lacarmen/cryogen"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.10.0"]
[ring/ring-devel "1.7.1"]
[compojure "1.6.1"]
:dependencies [[org.clojure/clojure "1.10.1"]
[ring/ring-devel "1.8.2"]
[compojure "1.6.2"]
[ring-server "0.5.0"]
[cryogen-flexmark "0.1.2"]
[cryogen-core "0.3.1"]]
[cryogen-flexmark "0.1.4"]
[cryogen-core "0.3.2"]]
:plugins [[lein-ring "0.12.5"]]
:main cryogen.core
:ring {:init cryogen.server/init
Expand Down

0 comments on commit cbd6dfe

Please sign in to comment.