Skip to content

Commit

Permalink
bumped up markdown-clj
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed May 9, 2019
1 parent 2548ffb commit e8a9acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(defproject cryogen-markdown "0.1.10"
(defproject cryogen-markdown "0.1.11"
:description "Markdown parser for Cryogen"
:url "https://github.com/cryogen-project/cryogen-markdown"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.10.0"]
[cryogen-core "0.1.67"]
[markdown-clj "1.0.9"]])
[markdown-clj "1.10.0"]])

0 comments on commit e8a9acf

Please # to comment.