Skip to content

Commit

Permalink
bump up version and schema
Browse files Browse the repository at this point in the history
  • Loading branch information
lacarmen committed Mar 24, 2017
1 parent 312bd1c commit 2e48226
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,10 +1,9 @@
(defproject cryogen-core "0.1.52"
(defproject cryogen-core "0.1.53"
: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"]
[prismatic/schema "1.1.3"]
[camel-snake-kebab "0.4.0"]
[cheshire "5.7.0"]
[clj-rss "0.2.3"]
Expand All @@ -15,6 +14,7 @@
[io.aviso/pretty "0.1.33"]
[me.raynes/fs "1.4.6"]
[pandect "0.6.1"]
[prismatic/schema "1.1.4"]
[selmer "1.10.6"]]
:deploy-repositories [["snapshots" :clojars]
["releases" :clojars]])

0 comments on commit 2e48226

Please sign in to comment.