Skip to content

Commit

Permalink
version 0.1.56
Browse files Browse the repository at this point in the history
  • Loading branch information
lacarmen committed Jun 10, 2017
1 parent 019ad07 commit 187b886
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,11 +1,11 @@
(defproject cryogen-core "0.1.55"
(defproject cryogen-core "0.1.56"
:description "Cryogen's compiler"
:url "https://github.com/cryogen-project/cryogen-core"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]
[camel-snake-kebab "0.4.0"]
[cheshire "5.7.0"]
[cheshire "5.7.1"]
[clj-rss "0.2.3"]
[clj-text-decoration "0.0.3"]
[enlive "1.1.6"]
Expand All @@ -14,7 +14,7 @@
[io.aviso/pretty "0.1.33"]
[me.raynes/fs "1.4.6"]
[pandect "0.6.1"]
[prismatic/schema "1.1.5"]
[prismatic/schema "1.1.6"]
[selmer "1.10.7"]]
:deploy-repositories [["snapshots" :clojars]
["releases" :clojars]])

0 comments on commit 187b886

Please sign in to comment.