Skip to content

Commit

Permalink
bump version and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lacarmen committed Sep 11, 2017
1 parent bafac0b commit 622a552
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.57"
(defproject cryogen-core "0.1.58"
: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.1"]
[cheshire "5.8.0"]
[clj-rss "0.2.3"]
[clj-text-decoration "0.0.3"]
[enlive "1.1.6"]
Expand All @@ -15,6 +15,6 @@
[me.raynes/fs "1.4.6"]
[pandect "0.6.1"]
[prismatic/schema "1.1.6"]
[selmer "1.11.0"]]
[selmer "1.11.1"]]
:deploy-repositories [["snapshots" :clojars]
["releases" :clojars]])

0 comments on commit 622a552

Please sign in to comment.