Skip to content

Commit

Permalink
bump cryogen-core, switch to cryogen-flexmark
Browse files Browse the repository at this point in the history
  • Loading branch information
lacarmen committed Jan 20, 2020
1 parent 3c94422 commit a69b713
Showing 2 changed files with 3 additions and 3 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.5.7"
(defproject cryogen/lein-template "0.6.0"
:description "A Leiningen template for the Cryogen static site generator"
:url "https://github.com/cryogen-project/cryogen"
:license {:name "Eclipse Public License"
4 changes: 2 additions & 2 deletions src/leiningen/new/cryogen/project.clj
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@
[ring/ring-devel "1.7.1"]
[compojure "1.6.1"]
[ring-server "0.5.0"]
[cryogen-markdown "0.1.11"]
[cryogen-core "0.3.0"]]
[cryogen-flexmark "0.1.0"]
[cryogen-core "0.3.1"]]
:plugins [[lein-ring "0.12.5"]]
:main cryogen.core
:ring {:init cryogen.server/init

0 comments on commit a69b713

Please sign in to comment.